#D03E39

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

Shades of Persian Red #D03E39

Tints of Persian Red #D03E39

Color information

#D03E39 (or 0xD03E39) is unknown color: approx Persian Red. HEX triplet: D0, 3E and 39. RGB value is (208,62,57). Sum of RGB (Red+Green+Blue) = 208+62+57=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E39 is #2FC1C6. Grayscale: #696969. Windows color (decimal): -3129799 or 3751632. OLE color: 3751632.

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

Color convert

RGB2086257-
CMYK00.700.730.18
HSL1.99º61.63%51.96%-
HSV(B)1.99º72.6%81.57%-
XYZ28.4717.155.68-
YUV105.08100.87201.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.61%
GREEN value IS 62 (24.61% from 255) = 18.96%
BLUE value IS 57 (22.66% from 255) = 17.43%
R=63.61%
G=18.96%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208625700.700.730.181.9961.6351.96
HexD03E39046491223e34
Octal320767101061112227664
Binary110100001111101110010100011010010011001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03E39; }

 p { color: rgb(208,62,57); }

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

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

 a { background-color: rgb(208,62,57); }

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

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

 span { border-color: rgb(208,62,57); }

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