Html Css Color HEX #DA2A2C Alizarin

📋 copy color: '#DA2A2C'

red 218 ◦ green 42 ◦ blue 44

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

Shades of Alizarin #DA2A2C

Tints of Alizarin #DA2A2C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.82%

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

R = 71.71%
G = 13.82%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA2A2C (or 0xDA2A2C) is known color: Alizarin. HEX triplet: DA, 2A and 2C. RGB value is (218,42,44). Sum of RGB (Red+Green+Blue) = 218+42+44=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A2C is #25D5D3. Grayscale: #5F5F5F. Windows color (decimal): -2479572 or 2894554. OLE color: 2894554.

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

Color convert

RGB 218 42 44 -
CMYK 0 0.81 0.80 0.15
HSL 359.32º 0.7% 0.51% -
HSV(B) 359.32º 0.81% 0.85% -
XYZ 30.2 16.74 4.02 -
YUV 94.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 218 42 44 0 0.81 0.80 0.15 359.32 0.7 0.51
Hex DA 2A 2C 0 51 50 F 167 46 33
Octal 332 52 54 0 121 120 17 547 106 63
Binary 11011010 101010 101100 0 1010001 1010000 1111 101100111 1000110 110011

Color Harmonies of #DA2A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2A2C

Black with #DA2A2C

Text Example


Text Example

White with #DA2A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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