Html Css Color HEX #D8212E Alizarin

📋 copy color: '#D8212E'

red 216 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #D8212E

Tints of Alizarin #D8212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 73.22%
G = 11.19%
B = 15.59%

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

#D8212E (or 0xD8212E) is known color: Alizarin. HEX triplet: D8, 21 and 2E. RGB value is (216,33,46). Sum of RGB (Red+Green+Blue) = 216+33+46=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8212E is #27DED1. Grayscale: #595959. Windows color (decimal): -2612946 or 3023320. OLE color: 3023320.

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

Color convert

RGB 216 33 46 -
CMYK 0 0.85 0.79 0.15
HSL 355.74º 0.73% 0.49% -
HSV(B) 355.74º 0.85% 0.85% -
XYZ 29.36 15.88 4.1 -
YUV 89.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 216 33 46 0 0.85 0.79 0.15 355.74 0.73 0.49
Hex D8 21 2E 0 55 4F F 164 49 31
Octal 330 41 56 0 125 117 17 544 111 61
Binary 11011000 100001 101110 0 1010101 1001111 1111 101100100 1001001 110001

Color Harmonies of #D8212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8212E

Black with #D8212E

Text Example


Text Example

White with #D8212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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