Html Css Color HEX #DF2424 Persian Red

📋 copy color: '#DF2424'

red 223 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #DF2424

Tints of Persian Red #DF2424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 75.59%
G = 12.2%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF2424 (or 0xDF2424) is known color: Persian Red. HEX triplet: DF, 24 and 24. RGB value is (223,36,36). Sum of RGB (Red+Green+Blue) = 223+36+36=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2424 is #20DBDB. Grayscale: #5C5C5C. Windows color (decimal): -2153436 or 2368735. OLE color: 2368735.

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

Color convert

RGB 223 36 36 -
CMYK 0 0.84 0.84 0.13
HSL 0.75% 0.51% -
HSV(B) 0.84% 0.87% -
XYZ 31.38 17.08 3.31 -
YUV 91.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 223 36 36 0 0.84 0.84 0.13 0 0.75 0.51
Hex DF 24 24 0 54 54 D 0 4B 33
Octal 337 44 44 0 124 124 15 0 113 63
Binary 11011111 100100 100100 0 1010100 1010100 1101 0 1001011 110011

Color Harmonies of #DF2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2424

Black with #DF2424

Text Example


Text Example

White with #DF2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2424; }

 p { color: rgb(223,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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