Html Css Color HEX #DA212D Alizarin

📋 copy color: '#DA212D'

red 218 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #DA212D

Tints of Alizarin #DA212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 73.65%
G = 11.15%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA212D (or 0xDA212D) is known color: Alizarin. HEX triplet: DA, 21 and 2D. RGB value is (218,33,45). Sum of RGB (Red+Green+Blue) = 218+33+45=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA212D is #25DED2. Grayscale: #595959. Windows color (decimal): -2481875 or 2957786. OLE color: 2957786.

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

Color convert

RGB 218 33 45 -
CMYK 0 0.85 0.79 0.15
HSL 356.11º 0.74% 0.49% -
HSV(B) 356.11º 0.85% 0.85% -
XYZ 29.93 16.18 4.03 -
YUV 89.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 218 33 45 0 0.85 0.79 0.15 356.11 0.74 0.49
Hex DA 21 2D 0 55 4F F 164 4A 31
Octal 332 41 55 0 125 117 17 544 112 61
Binary 11011010 100001 101101 0 1010101 1001111 1111 101100100 1001010 110001

Color Harmonies of #DA212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA212D

Black with #DA212D

Text Example


Text Example

White with #DA212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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