Html Css Color HEX #DF242D Alizarin

📋 copy color: '#DF242D'

red 223 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #DF242D

Tints of Alizarin #DF242D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 223 36 45 -
CMYK 0 0.84 0.80 0.13
HSL 357.11º 0.75% 0.51% -
HSV(B) 357.11º 0.84% 0.87% -
XYZ 31.54 17.14 4.13 -
YUV 92.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 223 36 45 0 0.84 0.80 0.13 357.11 0.75 0.51
Hex DF 24 2D 0 54 50 D 165 4B 33
Octal 337 44 55 0 124 120 15 545 113 63
Binary 11011111 100100 101101 0 1010100 1010000 1101 101100101 1001011 110011

Color Harmonies of #DF242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF242D

Black with #DF242D

Text Example


Text Example

White with #DF242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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