Html Css Color HEX #DA2835 Alizarin

📋 copy color: '#DA2835'

red 218 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #DA2835

Tints of Alizarin #DA2835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 70.1%
G = 12.86%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA2835 (or 0xDA2835) is known color: Alizarin. HEX triplet: DA, 28 and 35. RGB value is (218,40,53). Sum of RGB (Red+Green+Blue) = 218+40+53=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2835 is #25D7CA. Grayscale: #5E5E5E. Windows color (decimal): -2480075 or 3483866. OLE color: 3483866.

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

Color convert

RGB 218 40 53 -
CMYK 0 0.82 0.76 0.15
HSL 355.62º 0.71% 0.51% -
HSV(B) 355.62º 0.82% 0.85% -
XYZ 30.31 16.68 4.99 -
YUV 94.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 218 40 53 0 0.82 0.76 0.15 355.62 0.71 0.51
Hex DA 28 35 0 52 4C F 164 47 33
Octal 332 50 65 0 122 114 17 544 107 63
Binary 11011010 101000 110101 0 1010010 1001100 1111 101100100 1000111 110011

Color Harmonies of #DA2835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2835

Black with #DA2835

Text Example


Text Example

White with #DA2835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2835; }

 p { color: rgb(218,40,53); }

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

background-color css

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

 a { background-color: rgb(218,40,53); }

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

border-color css

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

 span { border-color: rgb(218,40,53); }

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