Html Css Color HEX #DA2136 Alizarin

📋 copy color: '#DA2136'

red 218 ◦ green 33 ◦ blue 54

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

Shades of Alizarin #DA2136

Tints of Alizarin #DA2136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 71.48%
G = 10.82%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA2136 (or 0xDA2136) is known color: Alizarin. HEX triplet: DA, 21 and 36. RGB value is (218,33,54). Sum of RGB (Red+Green+Blue) = 218+33+54=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2136 is #25DEC9. Grayscale: #5A5A5A. Windows color (decimal): -2481866 or 3547610. OLE color: 3547610.

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

Color convert

RGB 218 33 54 -
CMYK 0 0.85 0.75 0.15
HSL 353.19º 0.74% 0.49% -
HSV(B) 353.19º 0.85% 0.85% -
XYZ 30.12 16.26 5.04 -
YUV 90.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 218 33 54 0 0.85 0.75 0.15 353.19 0.74 0.49
Hex DA 21 36 0 55 4B F 161 4A 31
Octal 332 41 66 0 125 113 17 541 112 61
Binary 11011010 100001 110110 0 1010101 1001011 1111 101100001 1001010 110001

Color Harmonies of #DA2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2136

Black with #DA2136

Text Example


Text Example

White with #DA2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2136; }

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

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

background-color css

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

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

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

border-color css

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

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

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