Html Css Color HEX #D83A40 Mahogany

📋 copy color: '#D83A40'

red 216 ◦ green 58 ◦ blue 64

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

Shades of Mahogany #D83A40

Tints of Mahogany #D83A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

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

R = 63.91%
G = 17.16%
B = 18.93%

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

#D83A40 (or 0xD83A40) is known color: Mahogany. HEX triplet: D8, 3A and 40. RGB value is (216,58,64). Sum of RGB (Red+Green+Blue) = 216+58+64=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A40 is #27C5BF. Grayscale: #6A6A6A. Windows color (decimal): -2606528 or 4209368. OLE color: 4209368.

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

Color convert

RGB 216 58 64 -
CMYK 0 0.73 0.70 0.15
HSL 357.72º 0.67% 0.54% -
HSV(B) 357.72º 0.73% 0.85% -
XYZ 30.76 18 6.7 -
YUV 105.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 216 58 64 0 0.73 0.70 0.15 357.72 0.67 0.54
Hex D8 3A 40 0 49 46 F 166 43 36
Octal 330 72 100 0 111 106 17 546 103 66
Binary 11011000 111010 1000000 0 1001001 1000110 1111 101100110 1000011 110110

Color Harmonies of #D83A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83A40

Black with #D83A40

Text Example


Text Example

White with #D83A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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