Html Css Color HEX #D83036 Mahogany

📋 copy color: '#D83036'

red 216 ◦ green 48 ◦ blue 54

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

Shades of Mahogany #D83036

Tints of Mahogany #D83036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 67.92%
G = 15.09%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D83036 (or 0xD83036) is known color: Mahogany. HEX triplet: D8, 30 and 36. RGB value is (216,48,54). Sum of RGB (Red+Green+Blue) = 216+48+54=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D83036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83036 is #27CFC9. Grayscale: #636363. Windows color (decimal): -2609098 or 3551448. OLE color: 3551448.

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

Color convert

RGB 216 48 54 -
CMYK 0 0.78 0.75 0.15
HSL 357.86º 0.68% 0.52% -
HSV(B) 357.86º 0.78% 0.85% -
XYZ 30.04 16.98 5.18 -
YUV 98.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 216 48 54 0 0.78 0.75 0.15 357.86 0.68 0.52
Hex D8 30 36 0 4E 4B F 166 44 34
Octal 330 60 66 0 116 113 17 546 104 64
Binary 11011000 110000 110110 0 1001110 1001011 1111 101100110 1000100 110100

Color Harmonies of #D83036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83036

Black with #D83036

Text Example


Text Example

White with #D83036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83036; }

 p { color: rgb(216,48,54); }

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

background-color css

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

 a { background-color: rgb(216,48,54); }

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

border-color css

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

 span { border-color: rgb(216,48,54); }

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