Html Css Color HEX #D8222B Alizarin

📋 copy color: '#D8222B'

red 216 ◦ green 34 ◦ blue 43

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

Shades of Alizarin #D8222B

Tints of Alizarin #D8222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 73.72%
G = 11.6%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8222B (or 0xD8222B) is known color: Alizarin. HEX triplet: D8, 22 and 2B. RGB value is (216,34,43). Sum of RGB (Red+Green+Blue) = 216+34+43=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D8222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8222B is #27DDD4. Grayscale: #595959. Windows color (decimal): -2612693 or 2826968. OLE color: 2826968.

HSL color Cylindrical-coordinate representation of color #D8222B: hue angle of 357.03º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8222B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 34 43 -
CMYK 0 0.84 0.80 0.15
HSL 357.03º 0.73% 0.49% -
HSV(B) 357.03º 0.84% 0.85% -
XYZ 29.33 15.92 3.81 -
YUV 89.44 101.8 218.27 -
System Red Green Blue C M Y K H S L
Decimal 216 34 43 0 0.84 0.80 0.15 357.03 0.73 0.49
Hex D8 22 2B 0 54 50 F 165 49 31
Octal 330 42 53 0 124 120 17 545 111 61
Binary 11011000 100010 101011 0 1010100 1010000 1111 101100101 1001001 110001

Color Harmonies of #D8222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8222B

Black with #D8222B

Text Example


Text Example

White with #D8222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8222B; }

 p { color: rgb(216,34,43); }

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

background-color css

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

 a { background-color: rgb(216,34,43); }

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

border-color css

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

 span { border-color: rgb(216,34,43); }

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