#D2201F

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

Shades of Persian Red #D2201F

Tints of Persian Red #D2201F

Color information

#D2201F (or 0xD2201F) is unknown color: approx Persian Red. HEX triplet: D2, 20 and 1F. RGB value is (210,32,31). Sum of RGB (Red+Green+Blue) = 210+32+31=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2201F is #2DDFE0. Grayscale: #555555. Windows color (decimal): -3006433 or 2040018. OLE color: 2040018.

HSL color Cylindrical-coordinate representation of color #D2201F: hue angle of 0.34º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2201F is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB2103231-
CMYK00.850.850.18
HSL0.34º74.27%47.25%-
HSV(B)0.34º85.24%82.35%-
XYZ27.3414.832.72-
YUV85.1197.47217.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 76.92%
GREEN value IS 32 (12.89% from 255) = 11.72%
BLUE value IS 31 (12.5% from 255) = 11.36%
R=76.92%
G=11.72%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210323100.850.850.180.3474.2747.25
HexD2201F055551204a2f
Octal3224037012512522011257
Binary11010010100000111110101010110101011001001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2201F; }

 p { color: rgb(210,32,31); }

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

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

 a { background-color: rgb(210,32,31); }

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

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

 span { border-color: rgb(210,32,31); }

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