Html Css Color HEX #DF2820 Persian Red

📋 copy color: '#DF2820'

red 223 ◦ green 40 ◦ blue 32

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

Shades of Persian Red #DF2820

Tints of Persian Red #DF2820

RGB

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

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

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

R = 75.59%
G = 13.56%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF2820 (or 0xDF2820) is known color: Persian Red. HEX triplet: DF, 28 and 20. RGB value is (223,40,32). Sum of RGB (Red+Green+Blue) = 223+40+32=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2820 is #20D7DF. Grayscale: #5E5E5E. Windows color (decimal): -2152416 or 2107615. OLE color: 2107615.

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

Color convert

RGB 223 40 32 -
CMYK 0 0.82 0.86 0.13
HSL 2.51º 0.75% 0.5% -
HSV(B) 2.51º 0.86% 0.87% -
XYZ 31.45 17.31 3.05 -
YUV 93.81 93.13 220.15 -
System Red Green Blue C M Y K H S L
Decimal 223 40 32 0 0.82 0.86 0.13 2.51 0.75 0.5
Hex DF 28 20 0 52 56 D 3 4B 32
Octal 337 50 40 0 122 126 15 3 113 62
Binary 11011111 101000 100000 0 1010010 1010110 1101 11 1001011 110010

Color Harmonies of #DF2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2820

Black with #DF2820

Text Example


Text Example

White with #DF2820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2820; }

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

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

background-color css

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

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

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

border-color css

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

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

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