Html Css Color HEX #D82732 Alizarin

📋 copy color: '#D82732'

red 216 ◦ green 39 ◦ blue 50

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

Shades of Alizarin #D82732

Tints of Alizarin #D82732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 70.82%
G = 12.79%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D82732 (or 0xD82732) is known color: Alizarin. HEX triplet: D8, 27 and 32. RGB value is (216,39,50). Sum of RGB (Red+Green+Blue) = 216+39+50=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D82732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82732 is #27D8CD. Grayscale: #5D5D5D. Windows color (decimal): -2611406 or 3287000. OLE color: 3287000.

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

Color convert

RGB 216 39 50 -
CMYK 0 0.82 0.77 0.15
HSL 356.27º 0.69% 0.5% -
HSV(B) 356.27º 0.82% 0.85% -
XYZ 29.62 16.28 4.6 -
YUV 93.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 216 39 50 0 0.82 0.77 0.15 356.27 0.69 0.5
Hex D8 27 32 0 52 4D F 164 45 32
Octal 330 47 62 0 122 115 17 544 105 62
Binary 11011000 100111 110010 0 1010010 1001101 1111 101100100 1000101 110010

Color Harmonies of #D82732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82732

Black with #D82732

Text Example


Text Example

White with #D82732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82732; }

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

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

background-color css

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

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

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

border-color css

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

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

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