Html Css Color HEX #DA2332 Alizarin

📋 copy color: '#DA2332'

red 218 ◦ green 35 ◦ blue 50

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

Shades of Alizarin #DA2332

Tints of Alizarin #DA2332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 71.95%
G = 11.55%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2332 (or 0xDA2332) is known color: Alizarin. HEX triplet: DA, 23 and 32. RGB value is (218,35,50). Sum of RGB (Red+Green+Blue) = 218+35+50=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2332 is #25DCCD. Grayscale: #5B5B5B. Windows color (decimal): -2481358 or 3285978. OLE color: 3285978.

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

Color convert

RGB 218 35 50 -
CMYK 0 0.84 0.77 0.15
HSL 355.08º 0.72% 0.5% -
HSV(B) 355.08º 0.84% 0.85% -
XYZ 30.09 16.34 4.59 -
YUV 91.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 218 35 50 0 0.84 0.77 0.15 355.08 0.72 0.5
Hex DA 23 32 0 54 4D F 163 48 32
Octal 332 43 62 0 124 115 17 543 110 62
Binary 11011010 100011 110010 0 1010100 1001101 1111 101100011 1001000 110010

Color Harmonies of #DA2332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2332

Black with #DA2332

Text Example


Text Example

White with #DA2332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2332; }

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

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

background-color css

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

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

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

border-color css

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

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

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