Html Css Color HEX #DF2531 Alizarin

📋 copy color: '#DF2531'

red 223 ◦ green 37 ◦ blue 49

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

Shades of Alizarin #DF2531

Tints of Alizarin #DF2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

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

R = 72.17%
G = 11.97%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2531 (or 0xDF2531) is known color: Alizarin. HEX triplet: DF, 25 and 31. RGB value is (223,37,49). Sum of RGB (Red+Green+Blue) = 223+37+49=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2531 is #20DACE. Grayscale: #5E5E5E. Windows color (decimal): -2153167 or 3220959. OLE color: 3220959.

HSL color Cylindrical-coordinate representation of color #DF2531: hue angle of 356.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2531 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 49 -
CMYK 0 0.83 0.78 0.13
HSL 356.13º 0.74% 0.51% -
HSV(B) 356.13º 0.83% 0.87% -
XYZ 31.65 17.23 4.56 -
YUV 93.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 223 37 49 0 0.83 0.78 0.13 356.13 0.74 0.51
Hex DF 25 31 0 53 4E D 164 4A 33
Octal 337 45 61 0 123 116 15 544 112 63
Binary 11011111 100101 110001 0 1010011 1001110 1101 101100100 1001010 110011

Color Harmonies of #DF2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2531

Black with #DF2531

Text Example


Text Example

White with #DF2531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2531; }

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

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

background-color css

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

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

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

border-color css

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

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

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