Html Css Color HEX #DA2133 Alizarin

📋 copy color: '#DA2133'

red 218 ◦ green 33 ◦ blue 51

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

Shades of Alizarin #DA2133

Tints of Alizarin #DA2133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 72.19%
G = 10.93%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2133 (or 0xDA2133) is known color: Alizarin. HEX triplet: DA, 21 and 33. RGB value is (218,33,51). Sum of RGB (Red+Green+Blue) = 218+33+51=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2133 is #25DECC. Grayscale: #5A5A5A. Windows color (decimal): -2481869 or 3351002. OLE color: 3351002.

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

Color convert

RGB 218 33 51 -
CMYK 0 0.85 0.77 0.15
HSL 354.16º 0.74% 0.49% -
HSV(B) 354.16º 0.85% 0.85% -
XYZ 30.05 16.23 4.68 -
YUV 90.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 218 33 51 0 0.85 0.77 0.15 354.16 0.74 0.49
Hex DA 21 33 0 55 4D F 162 4A 31
Octal 332 41 63 0 125 115 17 542 112 61
Binary 11011010 100001 110011 0 1010101 1001101 1111 101100010 1001010 110001

Color Harmonies of #DA2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2133

Black with #DA2133

Text Example


Text Example

White with #DA2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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