#d8212f

Color #D8212F Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D8212F

Tints of Alizarin #D8212F

Color information

#D8212F (or 0xD8212F) is unknown color: approx Alizarin. HEX triplet: D8, 21 and 2F. RGB value is (216,33,47). Sum of RGB (Red+Green+Blue) = 216+33+47=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8212F is #27DED0. Grayscale: #595959. Windows color (decimal): -2612945 or 3088856. OLE color: 3088856.

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

Color convert

RGB2163347-
CMYK00.850.780.15
HSL355.41º73.49%48.82%-
HSV(B)355.41º84.72%84.71%-
XYZ29.3815.894.21-
YUV89.31104.13218.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 72.97%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 47 (18.75% from 255) = 15.88%
R=72.97%
G=11.15%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216334700.850.780.15355.4173.4948.82
HexD8212F0554EF1634931
Octal330415701251161754311161
Binary1101100010000110111101010101100111011111011000111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8212f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8212f; }

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

 H1.HeaderClassName
 {
   color: #d8212f;
 }
 .AnyTagClassName
 {
   color: #d8212f;
 }
</style>
background-color css

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

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

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

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

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

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