Html Css Color HEX #D22F22 Persian Red

📋 copy color: '#D22F22'

red 210 ◦ green 47 ◦ blue 34

#D22F22
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #D22F22

Tints of Persian Red #D22F22

RGB

 RED value IS 210 (82.42% from 255) = 72.16%

 GREEN value IS 47 (18.75% from 255) = 16.15%

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 72.16%
G = 16.15%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D22F22 (or 0xD22F22) is known color: Persian Red. HEX triplet: D2, 2F and 22. RGB value is (210,47,34). Sum of RGB (Red+Green+Blue) = 210+47+34=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F22 is #2DD0DD. Grayscale: #5E5E5E. Windows color (decimal): -3002590 or 2240466. OLE color: 2240466.

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

Color convert

RGB 210 47 34 -
CMYK 0 0.78 0.84 0.18
HSL 4.43º 0.72% 0.48% -
HSV(B) 4.43º 0.84% 0.82% -
XYZ 27.88 15.85 3.1 -
YUV 94.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 210 47 34 0 0.78 0.84 0.18 4.43 0.72 0.48
Hex D2 2F 22 0 4E 54 12 4 48 30
Octal 322 57 42 0 116 124 22 4 110 60
Binary 11010010 101111 100010 0 1001110 1010100 10010 100 1001000 110000

Color Harmonies of #D22F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F22

Black with #D22F22

Text Example


Text Example

White with #D22F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F22; }

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

 H1.HeaderClassName
 {
   color: #D22F22;
 }
 .AnyTagClassName
 {
   color: #D22F22;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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