Html Css Color HEX #DA2736 Alizarin

📋 copy color: '#DA2736'

red 218 ◦ green 39 ◦ blue 54

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

Shades of Alizarin #DA2736

Tints of Alizarin #DA2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 70.1%
G = 12.54%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA2736 (or 0xDA2736) is known color: Alizarin. HEX triplet: DA, 27 and 36. RGB value is (218,39,54). Sum of RGB (Red+Green+Blue) = 218+39+54=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2736 is #25D8C9. Grayscale: #5E5E5E. Windows color (decimal): -2480330 or 3549146. OLE color: 3549146.

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

Color convert

RGB 218 39 54 -
CMYK 0 0.82 0.75 0.15
HSL 354.97º 0.71% 0.5% -
HSV(B) 354.97º 0.82% 0.85% -
XYZ 30.3 16.62 5.1 -
YUV 94.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 218 39 54 0 0.82 0.75 0.15 354.97 0.71 0.5
Hex DA 27 36 0 52 4B F 163 47 32
Octal 332 47 66 0 122 113 17 543 107 62
Binary 11011010 100111 110110 0 1010010 1001011 1111 101100011 1000111 110010

Color Harmonies of #DA2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2736

Black with #DA2736

Text Example


Text Example

White with #DA2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2736; }

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

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

background-color css

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

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

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

border-color css

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

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

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