Html Css Color HEX #D8213A Alizarin

📋 copy color: '#D8213A'

red 216 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #D8213A

Tints of Alizarin #D8213A

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 value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8213A (or 0xD8213A) is known color: 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

RGB 216 33 58 -
CMYK 0 0.85 0.73 0.15
HSL 351.8º 0.73% 0.49% -
HSV(B) 351.8º 0.85% 0.85% -
XYZ 29.63 15.99 5.53 -
YUV 90.57 109.63 217.47 -
System Red Green Blue C M Y K H S L
Decimal 216 33 58 0 0.85 0.73 0.15 351.8 0.73 0.49
Hex D8 21 3A 0 55 49 F 160 49 31
Octal 330 41 72 0 125 111 17 540 111 61
Binary 11011000 100001 111010 0 1010101 1001001 1111 101100000 1001001 110001

Color Harmonies of #D8213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8213A

Black with #D8213A

Text Example


Text Example

White with #D8213A

Text Example


Text Example

HTML Codes & Css Web 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>