Html Css Color HEX #DF2822 Persian Red

📋 copy color: '#DF2822'

red 223 ◦ green 40 ◦ blue 34

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

Shades of Persian Red #DF2822

Tints of Persian Red #DF2822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

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

R = 75.08%
G = 13.47%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF2822 (or 0xDF2822) is known color: Persian Red. HEX triplet: DF, 28 and 22. RGB value is (223,40,34). Sum of RGB (Red+Green+Blue) = 223+40+34=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2822 is #20D7DD. Grayscale: #5E5E5E. Windows color (decimal): -2152414 or 2238687. OLE color: 2238687.

HSL color Cylindrical-coordinate representation of color #DF2822: hue angle of 1.9º 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 #DF2822 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 40 34 -
CMYK 0 0.82 0.85 0.13
HSL 1.9º 0.75% 0.5% -
HSV(B) 1.9º 0.85% 0.87% -
XYZ 31.48 17.32 3.2 -
YUV 94.03 94.13 219.99 -
System Red Green Blue C M Y K H S L
Decimal 223 40 34 0 0.82 0.85 0.13 1.9 0.75 0.5
Hex DF 28 22 0 52 55 D 2 4B 32
Octal 337 50 42 0 122 125 15 2 113 62
Binary 11011111 101000 100010 0 1010010 1010101 1101 10 1001011 110010

Color Harmonies of #DF2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2822

Black with #DF2822

Text Example


Text Example

White with #DF2822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2822; }

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

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

background-color css

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

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

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

border-color css

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

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

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