Html Css Color HEX #DA2436 Alizarin

📋 copy color: '#DA2436'

red 218 ◦ green 36 ◦ blue 54

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

Shades of Alizarin #DA2436

Tints of Alizarin #DA2436

RGB

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

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

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

R = 70.78%
G = 11.69%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA2436 (or 0xDA2436) is known color: Alizarin. HEX triplet: DA, 24 and 36. RGB value is (218,36,54). Sum of RGB (Red+Green+Blue) = 218+36+54=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2436 is #25DBC9. Grayscale: #5C5C5C. Windows color (decimal): -2481098 or 3548378. OLE color: 3548378.

HSL color Cylindrical-coordinate representation of color #DA2436: hue angle of 354.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2436 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 54 -
CMYK 0 0.83 0.75 0.15
HSL 354.07º 0.72% 0.5% -
HSV(B) 354.07º 0.83% 0.85% -
XYZ 30.21 16.43 5.07 -
YUV 92.47 106.3 217.54 -
System Red Green Blue C M Y K H S L
Decimal 218 36 54 0 0.83 0.75 0.15 354.07 0.72 0.5
Hex DA 24 36 0 53 4B F 162 48 32
Octal 332 44 66 0 123 113 17 542 110 62
Binary 11011010 100100 110110 0 1010011 1001011 1111 101100010 1001000 110010

Color Harmonies of #DA2436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2436

Black with #DA2436

Text Example


Text Example

White with #DA2436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2436; }

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

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

background-color css

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

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

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

border-color css

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

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

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