Html Css Color HEX #D8282B Alizarin

📋 copy color: '#D8282B'

red 216 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #D8282B

Tints of Alizarin #D8282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 72.24%
G = 13.38%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8282B (or 0xD8282B) is known color: Alizarin. HEX triplet: D8, 28 and 2B. RGB value is (216,40,43). Sum of RGB (Red+Green+Blue) = 216+40+43=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8282B is #27D7D4. Grayscale: #5D5D5D. Windows color (decimal): -2611157 or 2828504. OLE color: 2828504.

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

Color convert

RGB 216 40 43 -
CMYK 0 0.81 0.80 0.15
HSL 358.98º 0.69% 0.5% -
HSV(B) 358.98º 0.81% 0.85% -
XYZ 29.51 16.29 3.87 -
YUV 92.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 216 40 43 0 0.81 0.80 0.15 358.98 0.69 0.5
Hex D8 28 2B 0 51 50 F 167 45 32
Octal 330 50 53 0 121 120 17 547 105 62
Binary 11011000 101000 101011 0 1010001 1010000 1111 101100111 1000101 110010

Color Harmonies of #D8282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8282B

Black with #D8282B

Text Example


Text Example

White with #D8282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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