Html Css Color HEX #D83133 Mahogany

📋 copy color: '#D83133'

red 216 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #D83133

Tints of Mahogany #D83133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 68.35%
G = 15.51%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D83133 (or 0xD83133) is known color: Mahogany. HEX triplet: D8, 31 and 33. RGB value is (216,49,51). Sum of RGB (Red+Green+Blue) = 216+49+51=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D83133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83133 is #27CECC. Grayscale: #636363. Windows color (decimal): -2608845 or 3355096. OLE color: 3355096.

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

Color convert

RGB 216 49 51 -
CMYK 0 0.77 0.76 0.15
HSL 359.28º 0.68% 0.52% -
HSV(B) 359.28º 0.77% 0.85% -
XYZ 30.01 17.03 4.84 -
YUV 99.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 216 49 51 0 0.77 0.76 0.15 359.28 0.68 0.52
Hex D8 31 33 0 4D 4C F 167 44 34
Octal 330 61 63 0 115 114 17 547 104 64
Binary 11011000 110001 110011 0 1001101 1001100 1111 101100111 1000100 110100

Color Harmonies of #D83133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83133

Black with #D83133

Text Example


Text Example

White with #D83133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83133; }

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

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

background-color css

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

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

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

border-color css

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

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

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