Html Css Color HEX #D8202B Alizarin

📋 copy color: '#D8202B'

red 216 ◦ green 32 ◦ blue 43

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

Shades of Alizarin #D8202B

Tints of Alizarin #D8202B

RGB

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

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

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

R = 74.23%
G = 11%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8202B (or 0xD8202B) is known color: Alizarin. HEX triplet: D8, 20 and 2B. RGB value is (216,32,43). Sum of RGB (Red+Green+Blue) = 216+32+43=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D8202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8202B is #27DFD4. Grayscale: #585858. Windows color (decimal): -2613205 or 2826456. OLE color: 2826456.

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

Color convert

RGB 216 32 43 -
CMYK 0 0.85 0.80 0.15
HSL 356.41º 0.74% 0.49% -
HSV(B) 356.41º 0.85% 0.85% -
XYZ 29.27 15.81 3.79 -
YUV 88.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 216 32 43 0 0.85 0.80 0.15 356.41 0.74 0.49
Hex D8 20 2B 0 55 50 F 164 4A 31
Octal 330 40 53 0 125 120 17 544 112 61
Binary 11011000 100000 101011 0 1010101 1010000 1111 101100100 1001010 110001

Color Harmonies of #D8202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8202B

Black with #D8202B

Text Example


Text Example

White with #D8202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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