Html Css Color HEX #D83132 Mahogany

📋 copy color: '#D83132'

red 216 ◦ green 49 ◦ blue 50

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

Shades of Mahogany #D83132

Tints of Mahogany #D83132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

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

R = 68.57%
G = 15.56%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D83132 (or 0xD83132) is known color: Mahogany. HEX triplet: D8, 31 and 32. RGB value is (216,49,50). Sum of RGB (Red+Green+Blue) = 216+49+50=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D83132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83132 is #27CECD. Grayscale: #636363. Windows color (decimal): -2608846 or 3289560. OLE color: 3289560.

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

Color convert

RGB 216 49 50 -
CMYK 0 0.77 0.77 0.15
HSL 359.64º 0.68% 0.52% -
HSV(B) 359.64º 0.77% 0.85% -
XYZ 29.99 17.03 4.72 -
YUV 99.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 216 49 50 0 0.77 0.77 0.15 359.64 0.68 0.52
Hex D8 31 32 0 4D 4D F 168 44 34
Octal 330 61 62 0 115 115 17 550 104 64
Binary 11011000 110001 110010 0 1001101 1001101 1111 101101000 1000100 110100

Color Harmonies of #D83132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83132

Black with #D83132

Text Example


Text Example

White with #D83132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83132; }

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

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

background-color css

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

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

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

border-color css

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

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

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