#D04037

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

Shades of Persian Red #D04037

Tints of Persian Red #D04037

Color information

#D04037 (or 0xD04037) is unknown color: approx Persian Red. HEX triplet: D0, 40 and 37. RGB value is (208,64,55). Sum of RGB (Red+Green+Blue) = 208+64+55=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D04037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04037 is #2FBFC8. Grayscale: #6A6A6A. Windows color (decimal): -3129289 or 3621072. OLE color: 3621072.

HSL color Cylindrical-coordinate representation of color #D04037: hue angle of 3.53º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D04037 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB2086455-
CMYK00.690.740.18
HSL3.53º61.94%51.57%-
HSV(B)3.53º73.56%81.57%-
XYZ28.5417.355.46-
YUV106.0399.21200.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.61%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=63.61%
G=19.57%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208645500.690.740.183.5361.9451.57
HexD040370454A1243e34
Octal3201006701051122247664
Binary11010000100000011011101000101100101010010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04037; }

 p { color: rgb(208,64,55); }

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

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

 a { background-color: rgb(208,64,55); }

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

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

 span { border-color: rgb(208,64,55); }

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