Html Css Color HEX #D82132 Alizarin

📋 copy color: '#D82132'

red 216 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #D82132

Tints of Alizarin #D82132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.04%

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 72.24%
G = 11.04%
B = 16.72%

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

#D82132 (or 0xD82132) is known color: Alizarin. HEX triplet: D8, 21 and 32. RGB value is (216,33,50). Sum of RGB (Red+Green+Blue) = 216+33+50=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D82132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82132 is #27DECD. Grayscale: #595959. Windows color (decimal): -2612942 or 3285464. OLE color: 3285464.

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

Color convert

RGB 216 33 50 -
CMYK 0 0.85 0.77 0.15
HSL 354.43º 0.73% 0.49% -
HSV(B) 354.43º 0.85% 0.85% -
XYZ 29.44 15.92 4.54 -
YUV 89.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 216 33 50 0 0.85 0.77 0.15 354.43 0.73 0.49
Hex D8 21 32 0 55 4D F 162 49 31
Octal 330 41 62 0 125 115 17 542 111 61
Binary 11011000 100001 110010 0 1010101 1001101 1111 101100010 1001001 110001

Color Harmonies of #D82132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82132

Black with #D82132

Text Example


Text Example

White with #D82132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82132; }

 p { color: rgb(216,33,50); }

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

background-color css

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

 a { background-color: rgb(216,33,50); }

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

border-color css

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

 span { border-color: rgb(216,33,50); }

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