Html Css Color HEX #DA2128 Alizarin

📋 copy color: '#DA2128'

red 218 ◦ green 33 ◦ blue 40

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

Shades of Alizarin #DA2128

Tints of Alizarin #DA2128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 74.91%
G = 11.34%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA2128 (or 0xDA2128) is known color: Alizarin. HEX triplet: DA, 21 and 28. RGB value is (218,33,40). Sum of RGB (Red+Green+Blue) = 218+33+40=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2128 is #25DED7. Grayscale: #595959. Windows color (decimal): -2481880 or 2630106. OLE color: 2630106.

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

Color convert

RGB 218 33 40 -
CMYK 0 0.85 0.82 0.15
HSL 357.73º 0.74% 0.49% -
HSV(B) 357.73º 0.85% 0.85% -
XYZ 29.84 16.15 3.55 -
YUV 89.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 218 33 40 0 0.85 0.82 0.15 357.73 0.74 0.49
Hex DA 21 28 0 55 52 F 166 4A 31
Octal 332 41 50 0 125 122 17 546 112 61
Binary 11011010 100001 101000 0 1010101 1010010 1111 101100110 1001010 110001

Color Harmonies of #DA2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2128

Black with #DA2128

Text Example


Text Example

White with #DA2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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