Html Css Color HEX #DF2C22 Persian Red

📋 copy color: '#DF2C22'

red 223 ◦ green 44 ◦ blue 34

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

Shades of Persian Red #DF2C22

Tints of Persian Red #DF2C22

RGB

 RED value IS 223 (87.5% from 255) = 74.09%

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

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

R = 74.09%
G = 14.62%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF2C22 (or 0xDF2C22) is known color: Persian Red. HEX triplet: DF, 2C and 22. RGB value is (223,44,34). Sum of RGB (Red+Green+Blue) = 223+44+34=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C22 is #20D3DD. Grayscale: #606060. Windows color (decimal): -2151390 or 2239711. OLE color: 2239711.

HSL color Cylindrical-coordinate representation of color #DF2C22: hue angle of 3.17º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2C22 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 44 34 -
CMYK 0 0.80 0.85 0.13
HSL 3.17º 0.75% 0.5% -
HSV(B) 3.17º 0.85% 0.87% -
XYZ 31.62 17.6 3.24 -
YUV 96.38 92.8 218.31 -
System Red Green Blue C M Y K H S L
Decimal 223 44 34 0 0.80 0.85 0.13 3.17 0.75 0.5
Hex DF 2C 22 0 50 55 D 3 4B 32
Octal 337 54 42 0 120 125 15 3 113 62
Binary 11011111 101100 100010 0 1010000 1010101 1101 11 1001011 110010

Color Harmonies of #DF2C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C22

Black with #DF2C22

Text Example


Text Example

White with #DF2C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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