Html Css Color HEX #D82E32 Alizarin

📋 copy color: '#D82E32'

red 216 ◦ green 46 ◦ blue 50

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

Shades of Alizarin #D82E32

Tints of Alizarin #D82E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.74%

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

R = 69.23%
G = 14.74%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D82E32 (or 0xD82E32) is known color: Alizarin. HEX triplet: D8, 2E and 32. RGB value is (216,46,50). Sum of RGB (Red+Green+Blue) = 216+46+50=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E32 is #27D1CD. Grayscale: #616161. Windows color (decimal): -2609614 or 3288792. OLE color: 3288792.

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

Color convert

RGB 216 46 50 -
CMYK 0 0.79 0.77 0.15
HSL 358.59º 0.69% 0.51% -
HSV(B) 358.59º 0.79% 0.85% -
XYZ 29.87 16.78 4.68 -
YUV 97.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 216 46 50 0 0.79 0.77 0.15 358.59 0.69 0.51
Hex D8 2E 32 0 4F 4D F 167 45 33
Octal 330 56 62 0 117 115 17 547 105 63
Binary 11011000 101110 110010 0 1001111 1001101 1111 101100111 1000101 110011

Color Harmonies of #D82E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E32

Black with #D82E32

Text Example


Text Example

White with #D82E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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