Html Css Color HEX #D83542 Mahogany

📋 copy color: '#D83542'

red 216 ◦ green 53 ◦ blue 66

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

Shades of Mahogany #D83542

Tints of Mahogany #D83542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 64.48%
G = 15.82%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D83542 (or 0xD83542) is known color: Mahogany. HEX triplet: D8, 35 and 42. RGB value is (216,53,66). Sum of RGB (Red+Green+Blue) = 216+53+66=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D83542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83542 is #27CABD. Grayscale: #676767. Windows color (decimal): -2607806 or 4339160. OLE color: 4339160.

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

Color convert

RGB 216 53 66 -
CMYK 0 0.75 0.69 0.15
HSL 355.21º 0.68% 0.53% -
HSV(B) 355.21º 0.75% 0.85% -
XYZ 30.58 17.54 6.93 -
YUV 103.22 107 208.44 -
System Red Green Blue C M Y K H S L
Decimal 216 53 66 0 0.75 0.69 0.15 355.21 0.68 0.53
Hex D8 35 42 0 4B 45 F 163 44 35
Octal 330 65 102 0 113 105 17 543 104 65
Binary 11011000 110101 1000010 0 1001011 1000101 1111 101100011 1000100 110101

Color Harmonies of #D83542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83542

Black with #D83542

Text Example


Text Example

White with #D83542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83542; }

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

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

background-color css

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

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

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

border-color css

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

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

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