Html Css Color HEX #D8212A Alizarin

📋 copy color: '#D8212A'

red 216 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #D8212A

Tints of Alizarin #D8212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 74.23%
G = 11.34%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8212A (or 0xD8212A) is known color: Alizarin. HEX triplet: D8, 21 and 2A. RGB value is (216,33,42). Sum of RGB (Red+Green+Blue) = 216+33+42=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D8212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8212A is #27DED5. Grayscale: #585858. Windows color (decimal): -2612950 or 2761176. OLE color: 2761176.

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

Color convert

RGB 216 33 42 -
CMYK 0 0.85 0.81 0.15
HSL 357.05º 0.73% 0.49% -
HSV(B) 357.05º 0.85% 0.85% -
XYZ 29.28 15.85 3.71 -
YUV 88.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 216 33 42 0 0.85 0.81 0.15 357.05 0.73 0.49
Hex D8 21 2A 0 55 51 F 165 49 31
Octal 330 41 52 0 125 121 17 545 111 61
Binary 11011000 100001 101010 0 1010101 1010001 1111 101100101 1001001 110001

Color Harmonies of #D8212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8212A

Black with #D8212A

Text Example


Text Example

White with #D8212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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