#D03837

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

Shades of Persian Red #D03837

Tints of Persian Red #D03837

Color information

#D03837 (or 0xD03837) is unknown color: approx Persian Red. HEX triplet: D0, 38 and 37. RGB value is (208,56,55). Sum of RGB (Red+Green+Blue) = 208+56+55=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D03837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03837 is #2FC7C8. Grayscale: #656565. Windows color (decimal): -3131337 or 3619024. OLE color: 3619024.

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

Color convert

RGB2085655-
CMYK00.730.740.18
HSL0.39º61.94%51.57%-
HSV(B)0.39º73.56%81.57%-
XYZ28.1216.515.32-
YUV101.33101.86204.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65.20%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 55 (21.88% from 255) = 17.24%
R=65.20%
G=17.55%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208565500.730.740.180.3961.9451.57
HexD038370494A1203e34
Octal320706701111122207664
Binary11010000111000110111010010011001010100100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03837; }

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

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

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

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

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

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

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

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