Html Css Color HEX #D83138 Mahogany

📋 copy color: '#D83138'

red 216 ◦ green 49 ◦ blue 56

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

Shades of Mahogany #D83138

Tints of Mahogany #D83138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 67.29%
G = 15.26%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D83138 (or 0xD83138) is known color: Mahogany. HEX triplet: D8, 31 and 38. RGB value is (216,49,56). Sum of RGB (Red+Green+Blue) = 216+49+56=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D83138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83138 is #27CEC7. Grayscale: #636363. Windows color (decimal): -2608840 or 3682776. OLE color: 3682776.

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

Color convert

RGB 216 49 56 -
CMYK 0 0.77 0.74 0.15
HSL 357.49º 0.68% 0.52% -
HSV(B) 357.49º 0.77% 0.85% -
XYZ 30.13 17.08 5.45 -
YUV 99.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 216 49 56 0 0.77 0.74 0.15 357.49 0.68 0.52
Hex D8 31 38 0 4D 4A F 165 44 34
Octal 330 61 70 0 115 112 17 545 104 64
Binary 11011000 110001 111000 0 1001101 1001010 1111 101100101 1000100 110100

Color Harmonies of #D83138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83138

Black with #D83138

Text Example


Text Example

White with #D83138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83138; }

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

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

background-color css

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

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

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

border-color css

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

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

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