Html Css Color HEX #D83D40 Mahogany

📋 copy color: '#D83D40'

red 216 ◦ green 61 ◦ blue 64

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

Shades of Mahogany #D83D40

Tints of Mahogany #D83D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

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

R = 63.34%
G = 17.89%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D83D40 (or 0xD83D40) is known color: Mahogany. HEX triplet: D8, 3D and 40. RGB value is (216,61,64). Sum of RGB (Red+Green+Blue) = 216+61+64=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D40 is #27C2BF. Grayscale: #6B6B6B. Windows color (decimal): -2605760 or 4210136. OLE color: 4210136.

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

Color convert

RGB 216 61 64 -
CMYK 0 0.72 0.70 0.15
HSL 358.84º 0.67% 0.54% -
HSV(B) 358.84º 0.72% 0.85% -
XYZ 30.91 18.31 6.75 -
YUV 107.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 216 61 64 0 0.72 0.70 0.15 358.84 0.67 0.54
Hex D8 3D 40 0 48 46 F 167 43 36
Octal 330 75 100 0 110 106 17 547 103 66
Binary 11011000 111101 1000000 0 1001000 1000110 1111 101100111 1000011 110110

Color Harmonies of #D83D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D40

Black with #D83D40

Text Example


Text Example

White with #D83D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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