Html Css Color HEX #D8282C Alizarin

📋 copy color: '#D8282C'

red 216 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #D8282C

Tints of Alizarin #D8282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 72%
G = 13.33%
B = 14.67%

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

#D8282C (or 0xD8282C) is known color: Alizarin. HEX triplet: D8, 28 and 2C. RGB value is (216,40,44). Sum of RGB (Red+Green+Blue) = 216+40+44=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8282C is #27D7D3. Grayscale: #5D5D5D. Windows color (decimal): -2611156 or 2894040. OLE color: 2894040.

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

Color convert

RGB 216 40 44 -
CMYK 0 0.81 0.80 0.15
HSL 358.64º 0.69% 0.5% -
HSV(B) 358.64º 0.81% 0.85% -
XYZ 29.53 16.3 3.97 -
YUV 93.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 216 40 44 0 0.81 0.80 0.15 358.64 0.69 0.5
Hex D8 28 2C 0 51 50 F 167 45 32
Octal 330 50 54 0 121 120 17 547 105 62
Binary 11011000 101000 101100 0 1010001 1010000 1111 101100111 1000101 110010

Color Harmonies of #D8282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8282C

Black with #D8282C

Text Example


Text Example

White with #D8282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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