#D03B2E

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

Shades of Persian Red #D03B2E

Tints of Persian Red #D03B2E

Color information

#D03B2E (or 0xD03B2E) is unknown color: approx Persian Red. HEX triplet: D0, 3B and 2E. RGB value is (208,59,46). Sum of RGB (Red+Green+Blue) = 208+59+46=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03B2E is #2FC4D1. Grayscale: #666666. Windows color (decimal): -3130578 or 3029968. OLE color: 3029968.

HSL color Cylindrical-coordinate representation of color #D03B2E: hue angle of 4.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D03B2E is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2085946-
CMYK00.720.780.18
HSL4.81º63.78%49.8%-
HSV(B)4.81º77.88%81.57%-
XYZ28.0716.744.34-
YUV102.0796.36203.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.45%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=66.45%
G=18.85%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208594600.720.780.184.8163.7849.8
HexD03B2E0484E1254032
Octal3207356011011622510062
Binary11010000111011101110010010001001110100101011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03B2E; }

 p { color: rgb(208,59,46); }

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

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

 a { background-color: rgb(208,59,46); }

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

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

 span { border-color: rgb(208,59,46); }

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