Html Css Color HEX #DA2329 Alizarin

📋 copy color: '#DA2329'

red 218 ◦ green 35 ◦ blue 41

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

Shades of Alizarin #DA2329

Tints of Alizarin #DA2329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

 BLUE value IS 41 (16.41% from 255) = 13.95%

R = 74.15%
G = 11.9%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA2329 (or 0xDA2329) is known color: Alizarin. HEX triplet: DA, 23 and 29. RGB value is (218,35,41). Sum of RGB (Red+Green+Blue) = 218+35+41=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2329 is #25DCD6. Grayscale: #5A5A5A. Windows color (decimal): -2481367 or 2696154. OLE color: 2696154.

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

Color convert

RGB 218 35 41 -
CMYK 0 0.84 0.81 0.15
HSL 358.03º 0.72% 0.5% -
HSV(B) 358.03º 0.84% 0.85% -
XYZ 29.91 16.27 3.66 -
YUV 90.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 218 35 41 0 0.84 0.81 0.15 358.03 0.72 0.5
Hex DA 23 29 0 54 51 F 166 48 32
Octal 332 43 51 0 124 121 17 546 110 62
Binary 11011010 100011 101001 0 1010100 1010001 1111 101100110 1001000 110010

Color Harmonies of #DA2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2329

Black with #DA2329

Text Example


Text Example

White with #DA2329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2329; }

 p { color: rgb(218,35,41); }

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

background-color css

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

 a { background-color: rgb(218,35,41); }

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

border-color css

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

 span { border-color: rgb(218,35,41); }

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