Html Css Color HEX #D8212D Alizarin

📋 copy color: '#D8212D'

red 216 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #D8212D

Tints of Alizarin #D8212D

RGB

 RED value IS 216 (84.77% from 255) = 73.47%

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

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

R = 73.47%
G = 11.22%
B = 15.31%

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

#D8212D (or 0xD8212D) is known color: Alizarin. HEX triplet: D8, 21 and 2D. RGB value is (216,33,45). Sum of RGB (Red+Green+Blue) = 216+33+45=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8212D is #27DED2. Grayscale: #595959. Windows color (decimal): -2612947 or 2957784. OLE color: 2957784.

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

Color convert

RGB 216 33 45 -
CMYK 0 0.85 0.79 0.15
HSL 356.07º 0.73% 0.49% -
HSV(B) 356.07º 0.85% 0.85% -
XYZ 29.34 15.88 4 -
YUV 89.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 216 33 45 0 0.85 0.79 0.15 356.07 0.73 0.49
Hex D8 21 2D 0 55 4F F 164 49 31
Octal 330 41 55 0 125 117 17 544 111 61
Binary 11011000 100001 101101 0 1010101 1001111 1111 101100100 1001001 110001

Color Harmonies of #D8212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8212D

Black with #D8212D

Text Example


Text Example

White with #D8212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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