#D8213A

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

Shades of Alizarin #D8213A

Tints of Alizarin #D8213A

Color information

#D8213A (or 0xD8213A) is unknown color: approx Alizarin. HEX triplet: D8, 21 and 3A. RGB value is (216,33,58). Sum of RGB (Red+Green+Blue) = 216+33+58=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D8213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8213A is #27DEC5. Grayscale: #5A5A5A. Windows color (decimal): -2612934 or 3809752. OLE color: 3809752.

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

Color convert

RGB2163358-
CMYK00.850.730.15
HSL351.8º73.49%48.82%-
HSV(B)351.8º84.72%84.71%-
XYZ29.6315.995.53-
YUV90.57109.63217.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 70.36%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=70.36%
G=10.75%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216335800.850.730.15351.873.4948.82
HexD8213A05549F1604931
Octal330417201251111754011161
Binary1101100010000111101001010101100100111111011000001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8213A; }

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

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

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

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

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

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

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

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