Html Css Color HEX #DF2C24 Persian Red

📋 copy color: '#DF2C24'

red 223 ◦ green 44 ◦ blue 36

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

Shades of Persian Red #DF2C24

Tints of Persian Red #DF2C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.52%

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

R = 73.6%
G = 14.52%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF2C24 (or 0xDF2C24) is known color: Persian Red. HEX triplet: DF, 2C and 24. RGB value is (223,44,36). Sum of RGB (Red+Green+Blue) = 223+44+36=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C24 is #20D3DB. Grayscale: #606060. Windows color (decimal): -2151388 or 2370783. OLE color: 2370783.

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

Color convert

RGB 223 44 36 -
CMYK 0 0.80 0.84 0.13
HSL 2.57º 0.75% 0.51% -
HSV(B) 2.57º 0.84% 0.87% -
XYZ 31.65 17.62 3.4 -
YUV 96.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 223 44 36 0 0.80 0.84 0.13 2.57 0.75 0.51
Hex DF 2C 24 0 50 54 D 3 4B 33
Octal 337 54 44 0 120 124 15 3 113 63
Binary 11011111 101100 100100 0 1010000 1010100 1101 11 1001011 110011

Color Harmonies of #DF2C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C24

Black with #DF2C24

Text Example


Text Example

White with #DF2C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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