Html Css Color HEX #D83536 Mahogany

📋 copy color: '#D83536'

red 216 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #D83536

Tints of Mahogany #D83536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 66.87%
G = 16.41%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D83536 (or 0xD83536) is known color: Mahogany. HEX triplet: D8, 35 and 36. RGB value is (216,53,54). Sum of RGB (Red+Green+Blue) = 216+53+54=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D83536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83536 is #27CAC9. Grayscale: #666666. Windows color (decimal): -2607818 or 3552728. OLE color: 3552728.

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

Color convert

RGB 216 53 54 -
CMYK 0 0.75 0.75 0.15
HSL 359.63º 0.68% 0.53% -
HSV(B) 359.63º 0.75% 0.85% -
XYZ 30.26 17.41 5.26 -
YUV 101.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 216 53 54 0 0.75 0.75 0.15 359.63 0.68 0.53
Hex D8 35 36 0 4B 4B F 168 44 35
Octal 330 65 66 0 113 113 17 550 104 65
Binary 11011000 110101 110110 0 1001011 1001011 1111 101101000 1000100 110101

Color Harmonies of #D83536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83536

Black with #D83536

Text Example


Text Example

White with #D83536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83536; }

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

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

background-color css

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

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

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

border-color css

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

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

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