Html Css Color HEX #DA2034 Alizarin

📋 copy color: '#DA2034'

red 218 ◦ green 32 ◦ blue 52

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

Shades of Alizarin #DA2034

Tints of Alizarin #DA2034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 72.19%
G = 10.6%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA2034 (or 0xDA2034) is known color: Alizarin. HEX triplet: DA, 20 and 34. RGB value is (218,32,52). Sum of RGB (Red+Green+Blue) = 218+32+52=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2034 is #25DFCB. Grayscale: #595959. Windows color (decimal): -2482124 or 3416282. OLE color: 3416282.

HSL color Cylindrical-coordinate representation of color #DA2034: hue angle of 353.55º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2034 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 52 -
CMYK 0 0.85 0.76 0.15
HSL 353.55º 0.74% 0.49% -
HSV(B) 353.55º 0.85% 0.85% -
XYZ 30.05 16.19 4.79 -
YUV 89.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 218 32 52 0 0.85 0.76 0.15 353.55 0.74 0.49
Hex DA 20 34 0 55 4C F 162 4A 31
Octal 332 40 64 0 125 114 17 542 112 61
Binary 11011010 100000 110100 0 1010101 1001100 1111 101100010 1001010 110001

Color Harmonies of #DA2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2034

Black with #DA2034

Text Example


Text Example

White with #DA2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2034; }

 p { color: rgb(218,32,52); }

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

background-color css

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

 a { background-color: rgb(218,32,52); }

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

border-color css

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

 span { border-color: rgb(218,32,52); }

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