#D03832

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

Shades of Persian Red #D03832

Tints of Persian Red #D03832

Color information

#D03832 (or 0xD03832) is unknown color: approx Persian Red. HEX triplet: D0, 38 and 32. RGB value is (208,56,50). Sum of RGB (Red+Green+Blue) = 208+56+50=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D03832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03832 is #2FC7CD. Grayscale: #646464. Windows color (decimal): -3131342 or 3291344. OLE color: 3291344.

HSL color Cylindrical-coordinate representation of color #D03832: hue angle of 2.28º 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 #D03832 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB2085650-
CMYK00.730.760.18
HSL2.28º62.7%50.59%-
HSV(B)2.28º75.96%81.57%-
XYZ2816.474.72-
YUV100.7699.36204.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.24%
GREEN value IS 56 (22.27% from 255) = 17.83%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=66.24%
G=17.83%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208565000.730.760.182.2862.750.59
HexD038320494C1223f33
Octal320706201111142227763
Binary110100001110001100100100100110011001001010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03832; }

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

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

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

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

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

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

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

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