Html Css Color HEX #D83540 Mahogany

📋 copy color: '#D83540'

red 216 ◦ green 53 ◦ blue 64

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

Shades of Mahogany #D83540

Tints of Mahogany #D83540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 64.86%
G = 15.92%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83540 (or 0xD83540) is known color: Mahogany. HEX triplet: D8, 35 and 40. RGB value is (216,53,64). Sum of RGB (Red+Green+Blue) = 216+53+64=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D83540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83540 is #27CABF. Grayscale: #676767. Windows color (decimal): -2607808 or 4208088. OLE color: 4208088.

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

Color convert

RGB 216 53 64 -
CMYK 0 0.75 0.70 0.15
HSL 355.95º 0.68% 0.53% -
HSV(B) 355.95º 0.75% 0.85% -
XYZ 30.52 17.52 6.62 -
YUV 102.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 216 53 64 0 0.75 0.70 0.15 355.95 0.68 0.53
Hex D8 35 40 0 4B 46 F 164 44 35
Octal 330 65 100 0 113 106 17 544 104 65
Binary 11011000 110101 1000000 0 1001011 1000110 1111 101100100 1000100 110101

Color Harmonies of #D83540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83540

Black with #D83540

Text Example


Text Example

White with #D83540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83540; }

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

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

background-color css

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

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

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

border-color css

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

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

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