Html Css Color HEX #DF2720 Persian Red

📋 copy color: '#DF2720'

red 223 ◦ green 39 ◦ blue 32

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

Shades of Persian Red #DF2720

Tints of Persian Red #DF2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

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

R = 75.85%
G = 13.27%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF2720 (or 0xDF2720) is known color: Persian Red. HEX triplet: DF, 27 and 20. RGB value is (223,39,32). Sum of RGB (Red+Green+Blue) = 223+39+32=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2720 is #20D8DF. Grayscale: #5D5D5D. Windows color (decimal): -2152672 or 2107359. OLE color: 2107359.

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

Color convert

RGB 223 39 32 -
CMYK 0 0.83 0.86 0.13
HSL 2.2º 0.75% 0.5% -
HSV(B) 2.2º 0.86% 0.87% -
XYZ 31.42 17.24 3.04 -
YUV 93.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 223 39 32 0 0.83 0.86 0.13 2.2 0.75 0.5
Hex DF 27 20 0 53 56 D 2 4B 32
Octal 337 47 40 0 123 126 15 2 113 62
Binary 11011111 100111 100000 0 1010011 1010110 1101 10 1001011 110010

Color Harmonies of #DF2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2720

Black with #DF2720

Text Example


Text Example

White with #DF2720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2720; }

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

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

background-color css

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

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

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

border-color css

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

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

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