Html Css Color HEX #DA2031 Alizarin

📋 copy color: '#DA2031'

red 218 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #DA2031

Tints of Alizarin #DA2031

RGB

 RED value IS 218 (85.55% from 255) = 72.91%

 GREEN value IS 32 (12.89% from 255) = 10.7%

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

R = 72.91%
G = 10.7%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA2031 (or 0xDA2031) is known color: Alizarin. HEX triplet: DA, 20 and 31. RGB value is (218,32,49). Sum of RGB (Red+Green+Blue) = 218+32+49=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2031 is #25DFCE. Grayscale: #595959. Windows color (decimal): -2482127 or 3219674. OLE color: 3219674.

HSL color Cylindrical-coordinate representation of color #DA2031: hue angle of 354.52º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2031 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 49 -
CMYK 0 0.85 0.78 0.15
HSL 354.52º 0.74% 0.49% -
HSV(B) 354.52º 0.85% 0.85% -
XYZ 29.98 16.16 4.44 -
YUV 89.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 218 32 49 0 0.85 0.78 0.15 354.52 0.74 0.49
Hex DA 20 31 0 55 4E F 163 4A 31
Octal 332 40 61 0 125 116 17 543 112 61
Binary 11011010 100000 110001 0 1010101 1001110 1111 101100011 1001010 110001

Color Harmonies of #DA2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2031

Black with #DA2031

Text Example


Text Example

White with #DA2031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2031; }

 p { color: rgb(218,32,49); }

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

background-color css

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

 a { background-color: rgb(218,32,49); }

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

border-color css

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

 span { border-color: rgb(218,32,49); }

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