Html Css Color HEX #DA2134 Alizarin

📋 copy color: '#DA2134'

red 218 ◦ green 33 ◦ blue 52

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

Shades of Alizarin #DA2134

Tints of Alizarin #DA2134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

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

R = 71.95%
G = 10.89%
B = 17.16%

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

#DA2134 (or 0xDA2134) is known color: Alizarin. HEX triplet: DA, 21 and 34. RGB value is (218,33,52). Sum of RGB (Red+Green+Blue) = 218+33+52=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2134 is #25DECB. Grayscale: #5A5A5A. Windows color (decimal): -2481868 or 3416538. OLE color: 3416538.

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

Color convert

RGB 218 33 52 -
CMYK 0 0.85 0.76 0.15
HSL 353.84º 0.74% 0.49% -
HSV(B) 353.84º 0.85% 0.85% -
XYZ 30.08 16.24 4.8 -
YUV 90.48 106.29 218.96 -
System Red Green Blue C M Y K H S L
Decimal 218 33 52 0 0.85 0.76 0.15 353.84 0.74 0.49
Hex DA 21 34 0 55 4C F 162 4A 31
Octal 332 41 64 0 125 114 17 542 112 61
Binary 11011010 100001 110100 0 1010101 1001100 1111 101100010 1001010 110001

Color Harmonies of #DA2134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2134

Black with #DA2134

Text Example


Text Example

White with #DA2134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2134; }

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

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

background-color css

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

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

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

border-color css

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

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

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