Html Css Color HEX #DA212B Alizarin

📋 copy color: '#DA212B'

red 218 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #DA212B

Tints of Alizarin #DA212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 74.15%
G = 11.22%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA212B (or 0xDA212B) is known color: Alizarin. HEX triplet: DA, 21 and 2B. RGB value is (218,33,43). Sum of RGB (Red+Green+Blue) = 218+33+43=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA212B is #25DED4. Grayscale: #595959. Windows color (decimal): -2481877 or 2826714. OLE color: 2826714.

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

Color convert

RGB 218 33 43 -
CMYK 0 0.85 0.80 0.15
HSL 356.76º 0.74% 0.49% -
HSV(B) 356.76º 0.85% 0.85% -
XYZ 29.89 16.17 3.83 -
YUV 89.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 218 33 43 0 0.85 0.80 0.15 356.76 0.74 0.49
Hex DA 21 2B 0 55 50 F 165 4A 31
Octal 332 41 53 0 125 120 17 545 112 61
Binary 11011010 100001 101011 0 1010101 1010000 1111 101100101 1001010 110001

Color Harmonies of #DA212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA212B

Black with #DA212B

Text Example


Text Example

White with #DA212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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