Html Css Color HEX #DA2139 Alizarin

📋 copy color: '#DA2139'

red 218 ◦ green 33 ◦ blue 57

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

Shades of Alizarin #DA2139

Tints of Alizarin #DA2139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 70.78%
G = 10.71%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA2139 (or 0xDA2139) is known color: Alizarin. HEX triplet: DA, 21 and 39. RGB value is (218,33,57). Sum of RGB (Red+Green+Blue) = 218+33+57=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2139 is #25DEC6. Grayscale: #5B5B5B. Windows color (decimal): -2481863 or 3744218. OLE color: 3744218.

HSL color Cylindrical-coordinate representation of color #DA2139: hue angle of 352.22º 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 #DA2139 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 57 -
CMYK 0 0.85 0.74 0.15
HSL 352.22º 0.74% 0.49% -
HSV(B) 352.22º 0.85% 0.85% -
XYZ 30.2 16.29 5.42 -
YUV 91.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 218 33 57 0 0.85 0.74 0.15 352.22 0.74 0.49
Hex DA 21 39 0 55 4A F 160 4A 31
Octal 332 41 71 0 125 112 17 540 112 61
Binary 11011010 100001 111001 0 1010101 1001010 1111 101100000 1001010 110001

Color Harmonies of #DA2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2139

Black with #DA2139

Text Example


Text Example

White with #DA2139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2139; }

 p { color: rgb(218,33,57); }

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

background-color css

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

 a { background-color: rgb(218,33,57); }

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

border-color css

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

 span { border-color: rgb(218,33,57); }

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