Html Css Color HEX #DA2B37 Alizarin

📋 copy color: '#DA2B37'

red 218 ◦ green 43 ◦ blue 55

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

Shades of Alizarin #DA2B37

Tints of Alizarin #DA2B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 68.99%
G = 13.61%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA2B37 (or 0xDA2B37) is known color: Alizarin. HEX triplet: DA, 2B and 37. RGB value is (218,43,55). Sum of RGB (Red+Green+Blue) = 218+43+55=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B37 is #25D4C8. Grayscale: #606060. Windows color (decimal): -2479305 or 3615706. OLE color: 3615706.

HSL color Cylindrical-coordinate representation of color #DA2B37: hue angle of 355.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B37 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 43 55 -
CMYK 0 0.80 0.75 0.15
HSL 355.89º 0.7% 0.51% -
HSV(B) 355.89º 0.8% 0.85% -
XYZ 30.47 16.91 5.27 -
YUV 96.69 104.48 214.52 -
System Red Green Blue C M Y K H S L
Decimal 218 43 55 0 0.80 0.75 0.15 355.89 0.7 0.51
Hex DA 2B 37 0 50 4B F 164 46 33
Octal 332 53 67 0 120 113 17 544 106 63
Binary 11011010 101011 110111 0 1010000 1001011 1111 101100100 1000110 110011

Color Harmonies of #DA2B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B37

Black with #DA2B37

Text Example


Text Example

White with #DA2B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B37; }

 p { color: rgb(218,43,55); }

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

background-color css

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

 a { background-color: rgb(218,43,55); }

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

border-color css

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

 span { border-color: rgb(218,43,55); }

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