Html Css Color HEX #DF242E Alizarin

📋 copy color: '#DF242E'

red 223 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #DF242E

Tints of Alizarin #DF242E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 73.11%
G = 11.8%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF242E (or 0xDF242E) is known color: Alizarin. HEX triplet: DF, 24 and 2E. RGB value is (223,36,46). Sum of RGB (Red+Green+Blue) = 223+36+46=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF242E is #20DBD1. Grayscale: #5D5D5D. Windows color (decimal): -2153426 or 3024095. OLE color: 3024095.

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

Color convert

RGB 223 36 46 -
CMYK 0 0.84 0.79 0.13
HSL 356.79º 0.75% 0.51% -
HSV(B) 356.79º 0.84% 0.87% -
XYZ 31.56 17.15 4.23 -
YUV 93.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 223 36 46 0 0.84 0.79 0.13 356.79 0.75 0.51
Hex DF 24 2E 0 54 4F D 165 4B 33
Octal 337 44 56 0 124 117 15 545 113 63
Binary 11011111 100100 101110 0 1010100 1001111 1101 101100101 1001011 110011

Color Harmonies of #DF242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF242E

Black with #DF242E

Text Example


Text Example

White with #DF242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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