Html Css Color HEX #DF2D24 Persian Red

📋 copy color: '#DF2D24'

red 223 ◦ green 45 ◦ blue 36

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

Shades of Persian Red #DF2D24

Tints of Persian Red #DF2D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 73.36%
G = 14.8%
B = 11.84%

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

#DF2D24 (or 0xDF2D24) is known color: Persian Red. HEX triplet: DF, 2D and 24. RGB value is (223,45,36). Sum of RGB (Red+Green+Blue) = 223+45+36=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D24 is #20D2DB. Grayscale: #616161. Windows color (decimal): -2151132 or 2371039. OLE color: 2371039.

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

Color convert

RGB 223 45 36 -
CMYK 0 0.80 0.84 0.13
HSL 2.89º 0.75% 0.51% -
HSV(B) 2.89º 0.84% 0.87% -
XYZ 31.69 17.69 3.41 -
YUV 97.2 93.47 217.73 -
System Red Green Blue C M Y K H S L
Decimal 223 45 36 0 0.80 0.84 0.13 2.89 0.75 0.51
Hex DF 2D 24 0 50 54 D 3 4B 33
Octal 337 55 44 0 120 124 15 3 113 63
Binary 11011111 101101 100100 0 1010000 1010100 1101 11 1001011 110011

Color Harmonies of #DF2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D24

Black with #DF2D24

Text Example


Text Example

White with #DF2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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