Html Css Color HEX #DA212A Alizarin

📋 copy color: '#DA212A'

red 218 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #DA212A

Tints of Alizarin #DA212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 74.4%
G = 11.26%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA212A (or 0xDA212A) is known color: Alizarin. HEX triplet: DA, 21 and 2A. RGB value is (218,33,42). Sum of RGB (Red+Green+Blue) = 218+33+42=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA212A is #25DED5. Grayscale: #595959. Windows color (decimal): -2481878 or 2761178. OLE color: 2761178.

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

Color convert

RGB 218 33 42 -
CMYK 0 0.85 0.81 0.15
HSL 357.08º 0.74% 0.49% -
HSV(B) 357.08º 0.85% 0.85% -
XYZ 29.88 16.16 3.74 -
YUV 89.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 218 33 42 0 0.85 0.81 0.15 357.08 0.74 0.49
Hex DA 21 2A 0 55 51 F 165 4A 31
Octal 332 41 52 0 125 121 17 545 112 61
Binary 11011010 100001 101010 0 1010101 1010001 1111 101100101 1001010 110001

Color Harmonies of #DA212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA212A

Black with #DA212A

Text Example


Text Example

White with #DA212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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