Html Css Color HEX #DA2331 Alizarin

📋 copy color: '#DA2331'

red 218 ◦ green 35 ◦ blue 49

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

Shades of Alizarin #DA2331

Tints of Alizarin #DA2331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 72.19%
G = 11.59%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA2331 (or 0xDA2331) is known color: Alizarin. HEX triplet: DA, 23 and 31. RGB value is (218,35,49). Sum of RGB (Red+Green+Blue) = 218+35+49=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2331 is #25DCCE. Grayscale: #5B5B5B. Windows color (decimal): -2481359 or 3220442. OLE color: 3220442.

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

Color convert

RGB 218 35 49 -
CMYK 0 0.84 0.78 0.15
HSL 355.41º 0.72% 0.5% -
HSV(B) 355.41º 0.84% 0.85% -
XYZ 30.07 16.33 4.47 -
YUV 91.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 218 35 49 0 0.84 0.78 0.15 355.41 0.72 0.5
Hex DA 23 31 0 54 4E F 163 48 32
Octal 332 43 61 0 124 116 17 543 110 62
Binary 11011010 100011 110001 0 1010100 1001110 1111 101100011 1001000 110010

Color Harmonies of #DA2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2331

Black with #DA2331

Text Example


Text Example

White with #DA2331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2331; }

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

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

background-color css

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

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

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

border-color css

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

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

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