#D22F2F

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

Shades of Persian Red #D22F2F

Tints of Persian Red #D22F2F

Color information

#D22F2F (or 0xD22F2F) is unknown color: approx Persian Red. HEX triplet: D2, 2F and 2F. RGB value is (210,47,47). Sum of RGB (Red+Green+Blue) = 210+47+47=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F2F is #2DD0D0. Grayscale: #5F5F5F. Windows color (decimal): -3002577 or 3092434. OLE color: 3092434.

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

Color convert

RGB2104747-
CMYK00.780.780.18
HSL64.43%50.39%-
HSV(B)77.62%82.35%-
XYZ28.1115.944.28-
YUV95.74100.5209.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 69.08%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=69.08%
G=15.46%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210474700.780.780.18064.4350.39
HexD22F2F04E4E1204032
Octal3225757011611622010062
Binary110100101011111011110100111010011101001001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22F2F; }

 p { color: rgb(210,47,47); }

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

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

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

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

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

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

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