Html Css Color HEX #D83B41 Mahogany

📋 copy color: '#D83B41'

red 216 ◦ green 59 ◦ blue 65

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

Shades of Mahogany #D83B41

Tints of Mahogany #D83B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 63.53%
G = 17.35%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83B41 (or 0xD83B41) is known color: Mahogany. HEX triplet: D8, 3B and 41. RGB value is (216,59,65). Sum of RGB (Red+Green+Blue) = 216+59+65=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B41 is #27C4BE. Grayscale: #6A6A6A. Windows color (decimal): -2606271 or 4275160. OLE color: 4275160.

HSL color Cylindrical-coordinate representation of color #D83B41: hue angle of 357.71º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83B41 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 59 65 -
CMYK 0 0.73 0.70 0.15
HSL 357.71º 0.67% 0.54% -
HSV(B) 357.71º 0.73% 0.85% -
XYZ 30.84 18.11 6.87 -
YUV 106.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 216 59 65 0 0.73 0.70 0.15 357.71 0.67 0.54
Hex D8 3B 41 0 49 46 F 166 43 36
Octal 330 73 101 0 111 106 17 546 103 66
Binary 11011000 111011 1000001 0 1001001 1000110 1111 101100110 1000011 110110

Color Harmonies of #D83B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B41

Black with #D83B41

Text Example


Text Example

White with #D83B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B41; }

 p { color: rgb(216,59,65); }

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

background-color css

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

 a { background-color: rgb(216,59,65); }

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

border-color css

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

 span { border-color: rgb(216,59,65); }

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