Html Css Color HEX #DA2B2C Alizarin

📋 copy color: '#DA2B2C'

red 218 ◦ green 43 ◦ blue 44

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

Shades of Alizarin #DA2B2C

Tints of Alizarin #DA2B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 71.48%
G = 14.1%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA2B2C (or 0xDA2B2C) is known color: Alizarin. HEX triplet: DA, 2B and 2C. RGB value is (218,43,44). Sum of RGB (Red+Green+Blue) = 218+43+44=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B2C is #25D4D3. Grayscale: #5F5F5F. Windows color (decimal): -2479316 or 2894810. OLE color: 2894810.

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

Color convert

RGB 218 43 44 -
CMYK 0 0.80 0.80 0.15
HSL 359.66º 0.7% 0.51% -
HSV(B) 359.66º 0.8% 0.85% -
XYZ 30.23 16.82 4.04 -
YUV 95.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 218 43 44 0 0.80 0.80 0.15 359.66 0.7 0.51
Hex DA 2B 2C 0 50 50 F 168 46 33
Octal 332 53 54 0 120 120 17 550 106 63
Binary 11011010 101011 101100 0 1010000 1010000 1111 101101000 1000110 110011

Color Harmonies of #DA2B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B2C

Black with #DA2B2C

Text Example


Text Example

White with #DA2B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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