Html Css Color HEX #D8202D Alizarin

📋 copy color: '#D8202D'

red 216 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #D8202D

Tints of Alizarin #D8202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 73.72%
G = 10.92%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8202D (or 0xD8202D) is known color: Alizarin. HEX triplet: D8, 20 and 2D. RGB value is (216,32,45). Sum of RGB (Red+Green+Blue) = 216+32+45=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D8202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8202D is #27DFD2. Grayscale: #585858. Windows color (decimal): -2613203 or 2957528. OLE color: 2957528.

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

Color convert

RGB 216 32 45 -
CMYK 0 0.85 0.79 0.15
HSL 355.76º 0.74% 0.49% -
HSV(B) 355.76º 0.85% 0.85% -
XYZ 29.31 15.82 3.99 -
YUV 88.5 103.46 218.94 -
System Red Green Blue C M Y K H S L
Decimal 216 32 45 0 0.85 0.79 0.15 355.76 0.74 0.49
Hex D8 20 2D 0 55 4F F 164 4A 31
Octal 330 40 55 0 125 117 17 544 112 61
Binary 11011000 100000 101101 0 1010101 1001111 1111 101100100 1001010 110001

Color Harmonies of #D8202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8202D

Black with #D8202D

Text Example


Text Example

White with #D8202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8202D; }

 p { color: rgb(216,32,45); }

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

background-color css

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

 a { background-color: rgb(216,32,45); }

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

border-color css

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

 span { border-color: rgb(216,32,45); }

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