Html Css Color HEX #DF2920 Persian Red

📋 copy color: '#DF2920'

red 223 ◦ green 41 ◦ blue 32

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

Shades of Persian Red #DF2920

Tints of Persian Red #DF2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 75.34%
G = 13.85%
B = 10.81%

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

#DF2920 (or 0xDF2920) is known color: Persian Red. HEX triplet: DF, 29 and 20. RGB value is (223,41,32). Sum of RGB (Red+Green+Blue) = 223+41+32=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2920 is #20D6DF. Grayscale: #5E5E5E. Windows color (decimal): -2152160 or 2107871. OLE color: 2107871.

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

Color convert

RGB 223 41 32 -
CMYK 0 0.82 0.86 0.13
HSL 2.83º 0.75% 0.5% -
HSV(B) 2.83º 0.86% 0.87% -
XYZ 31.49 17.38 3.06 -
YUV 94.39 92.8 219.73 -
System Red Green Blue C M Y K H S L
Decimal 223 41 32 0 0.82 0.86 0.13 2.83 0.75 0.5
Hex DF 29 20 0 52 56 D 3 4B 32
Octal 337 51 40 0 122 126 15 3 113 62
Binary 11011111 101001 100000 0 1010010 1010110 1101 11 1001011 110010

Color Harmonies of #DF2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2920

Black with #DF2920

Text Example


Text Example

White with #DF2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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