Html Css Color HEX #DF2220 Persian Red

📋 copy color: '#DF2220'

red 223 ◦ green 34 ◦ blue 32

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

Shades of Persian Red #DF2220

Tints of Persian Red #DF2220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.76%

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 77.16%
G = 11.76%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF2220 (or 0xDF2220) is known color: Persian Red. HEX triplet: DF, 22 and 20. RGB value is (223,34,32). Sum of RGB (Red+Green+Blue) = 223+34+32=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2220 is #20DDDF. Grayscale: #5A5A5A. Windows color (decimal): -2153952 or 2106079. OLE color: 2106079.

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

Color convert

RGB 223 34 32 -
CMYK 0 0.85 0.86 0.13
HSL 0.63º 0.75% 0.5% -
HSV(B) 0.63º 0.86% 0.87% -
XYZ 31.26 16.94 2.99 -
YUV 90.28 95.12 222.66 -
System Red Green Blue C M Y K H S L
Decimal 223 34 32 0 0.85 0.86 0.13 0.63 0.75 0.5
Hex DF 22 20 0 55 56 D 1 4B 32
Octal 337 42 40 0 125 126 15 1 113 62
Binary 11011111 100010 100000 0 1010101 1010110 1101 1 1001011 110010

Color Harmonies of #DF2220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2220

Black with #DF2220

Text Example


Text Example

White with #DF2220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2220; }

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

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

background-color css

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

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

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

border-color css

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

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

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