Html Css Color HEX #DA2C33 Alizarin

📋 copy color: '#DA2C33'

red 218 ◦ green 44 ◦ blue 51

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

Shades of Alizarin #DA2C33

Tints of Alizarin #DA2C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 69.65%
G = 14.06%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2C33 (or 0xDA2C33) is known color: Alizarin. HEX triplet: DA, 2C and 33. RGB value is (218,44,51). Sum of RGB (Red+Green+Blue) = 218+44+51=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2C33 is #25D3CC. Grayscale: #606060. Windows color (decimal): -2479053 or 3353818. OLE color: 3353818.

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

Color convert

RGB 218 44 51 -
CMYK 0 0.80 0.77 0.15
HSL 357.59º 0.7% 0.51% -
HSV(B) 357.59º 0.8% 0.85% -
XYZ 30.41 16.95 4.8 -
YUV 96.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 218 44 51 0 0.80 0.77 0.15 357.59 0.7 0.51
Hex DA 2C 33 0 50 4D F 166 46 33
Octal 332 54 63 0 120 115 17 546 106 63
Binary 11011010 101100 110011 0 1010000 1001101 1111 101100110 1000110 110011

Color Harmonies of #DA2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C33

Black with #DA2C33

Text Example


Text Example

White with #DA2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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