Html Css Color HEX #D82031 Alizarin

📋 copy color: '#D82031'

red 216 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #D82031

Tints of Alizarin #D82031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 72.73%
G = 10.77%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D82031 (or 0xD82031) is known color: Alizarin. HEX triplet: D8, 20 and 31. RGB value is (216,32,49). Sum of RGB (Red+Green+Blue) = 216+32+49=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D82031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82031 is #27DFCE. Grayscale: #595959. Windows color (decimal): -2613199 or 3219672. OLE color: 3219672.

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

Color convert

RGB 216 32 49 -
CMYK 0 0.85 0.77 0.15
HSL 354.46º 0.74% 0.49% -
HSV(B) 354.46º 0.85% 0.85% -
XYZ 29.39 15.85 4.42 -
YUV 88.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 216 32 49 0 0.85 0.77 0.15 354.46 0.74 0.49
Hex D8 20 31 0 55 4D F 162 4A 31
Octal 330 40 61 0 125 115 17 542 112 61
Binary 11011000 100000 110001 0 1010101 1001101 1111 101100010 1001010 110001

Color Harmonies of #D82031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82031

Black with #D82031

Text Example


Text Example

White with #D82031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82031; }

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

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

background-color css

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

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

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

border-color css

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

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

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