#D62F22

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

Shades of Persian Red #D62F22

Tints of Persian Red #D62F22

Color information

#D62F22 (or 0xD62F22) is unknown color: approx Persian Red. HEX triplet: D6, 2F and 22. RGB value is (214,47,34). Sum of RGB (Red+Green+Blue) = 214+47+34=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F22 is #29D0DD. Grayscale: #5F5F5F. Windows color (decimal): -2740446 or 2240470. OLE color: 2240470.

HSL color Cylindrical-coordinate representation of color #D62F22: hue angle of 4.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62F22 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB2144734-
CMYK00.780.840.16
HSL4.33º72.58%48.63%-
HSV(B)4.33º84.11%83.92%-
XYZ29.0416.443.16-
YUV95.4593.33212.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 72.54%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 34 (13.67% from 255) = 11.53%
R=72.54%
G=15.93%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214473400.780.840.164.3372.5848.63
HexD62F2204E541044931
Octal3265742011612420411161
Binary11010110101111100010010011101010100100001001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62F22; }

 p { color: rgb(214,47,34); }

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

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

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

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

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

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

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