Html Css Color HEX #D22C22 Persian Red

📋 copy color: '#D22C22'

red 210 ◦ green 44 ◦ blue 34

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

Shades of Persian Red #D22C22

Tints of Persian Red #D22C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.28%

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

R = 72.92%
G = 15.28%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D22C22 (or 0xD22C22) is known color: Persian Red. HEX triplet: D2, 2C and 22. RGB value is (210,44,34). Sum of RGB (Red+Green+Blue) = 210+44+34=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C22 is #2DD3DD. Grayscale: #5C5C5C. Windows color (decimal): -3003358 or 2239698. OLE color: 2239698.

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

Color convert

RGB 210 44 34 -
CMYK 0 0.79 0.84 0.18
HSL 3.41º 0.72% 0.48% -
HSV(B) 3.41º 0.84% 0.82% -
XYZ 27.77 15.62 3.06 -
YUV 92.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 210 44 34 0 0.79 0.84 0.18 3.41 0.72 0.48
Hex D2 2C 22 0 4F 54 12 3 48 30
Octal 322 54 42 0 117 124 22 3 110 60
Binary 11010010 101100 100010 0 1001111 1010100 10010 11 1001000 110000

Color Harmonies of #D22C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C22

Black with #D22C22

Text Example


Text Example

White with #D22C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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