#D03E32

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

Shades of Persian Red #D03E32

Tints of Persian Red #D03E32

Color information

#D03E32 (or 0xD03E32) is unknown color: approx Persian Red. HEX triplet: D0, 3E and 32. RGB value is (208,62,50). Sum of RGB (Red+Green+Blue) = 208+62+50=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E32 is #2FC1CD. Grayscale: #686868. Windows color (decimal): -3129806 or 3292880. OLE color: 3292880.

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

Color convert

RGB2086250-
CMYK00.700.760.18
HSL4.56º62.7%50.59%-
HSV(B)4.56º75.96%81.57%-
XYZ28.3117.094.82-
YUV104.2997.37201.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65%
GREEN value IS 62 (24.61% from 255) = 19.38%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=65%
G=19.38%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208625000.700.760.184.5662.750.59
HexD03E320464C1253f33
Octal320766201061142257763
Binary1101000011111011001001000110100110010010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03E32; }

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

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

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

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

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

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

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

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