Html Css Color HEX #DF2431 Alizarin

📋 copy color: '#DF2431'

red 223 ◦ green 36 ◦ blue 49

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

Shades of Alizarin #DF2431

Tints of Alizarin #DF2431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 72.4%
G = 11.69%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2431 (or 0xDF2431) is known color: Alizarin. HEX triplet: DF, 24 and 31. RGB value is (223,36,49). Sum of RGB (Red+Green+Blue) = 223+36+49=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2431 is #20DBCE. Grayscale: #5D5D5D. Windows color (decimal): -2153423 or 3220703. OLE color: 3220703.

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

Color convert

RGB 223 36 49 -
CMYK 0 0.84 0.78 0.13
HSL 355.83º 0.75% 0.51% -
HSV(B) 355.83º 0.84% 0.87% -
XYZ 31.62 17.17 4.55 -
YUV 93.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 223 36 49 0 0.84 0.78 0.13 355.83 0.75 0.51
Hex DF 24 31 0 54 4E D 164 4B 33
Octal 337 44 61 0 124 116 15 544 113 63
Binary 11011111 100100 110001 0 1010100 1001110 1101 101100100 1001011 110011

Color Harmonies of #DF2431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2431

Black with #DF2431

Text Example


Text Example

White with #DF2431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2431; }

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

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

background-color css

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

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

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

border-color css

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

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

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