#D33D28

Color #D33D28 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #D33D28

Tints of Persian Red #D33D28

Color information

#D33D28 (or 0xD33D28) is unknown color: approx Persian Red. HEX triplet: D3, 3D and 28. RGB value is (211,61,40). Sum of RGB (Red+Green+Blue) = 211+61+40=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33D28 is #2CC2D7. Grayscale: #676767. Windows color (decimal): -2933464 or 2637267. OLE color: 2637267.

HSL color Cylindrical-coordinate representation of color #D33D28: hue angle of 7.37º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D33D28 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB2116140-
CMYK00.710.810.17
HSL7.37º68.13%49.22%-
HSV(B)7.37º81.04%82.75%-
XYZ28.9217.343.83-
YUV103.4692.2204.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 67.63%
GREEN value IS 61 (24.22% from 255) = 19.55%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=67.63%
G=19.55%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211614000.710.810.177.3768.1349.22
HexD33D28047511174431
Octal3237550010712121710461
Binary11010011111101101000010001111010001100011111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33D28; }

 p { color: rgb(211,61,40); }

 H1.HeaderClassName
 {
   color: #D33D28;
 }
 .AnyTagClassName
 {
   color: #D33D28;
 }
</style>
background-color css

<style>
 a { background-color: #D33D28; }

 a { background-color: rgb(211,61,40); }

 div.DivClassName
 {
   background-color: #D33D28;
 }
 .BgClassName
 {
   background-color: #D33D28;
 }
</style>
border-color css

<style>
 span { border-color: #D33D28; }

 span { border-color: rgb(211,61,40); }

 td.TdClassName
 {
   border-color: #D33D28;
 }
 .TagClassName
 {
   border-color: #D33D28;
 }
</style>