Html Css Color HEX #D93A40 Mahogany

📋 copy color: '#D93A40'

red 217 ◦ green 58 ◦ blue 64

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

Shades of Mahogany #D93A40

Tints of Mahogany #D93A40

RGB

 RED value IS 217 (85.16% from 255) = 64.01%

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

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

R = 64.01%
G = 17.11%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D93A40 (or 0xD93A40) is known color: Mahogany. HEX triplet: D9, 3A and 40. RGB value is (217,58,64). Sum of RGB (Red+Green+Blue) = 217+58+64=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A40 is #26C5BF. Grayscale: #6A6A6A. Windows color (decimal): -2540992 or 4209369. OLE color: 4209369.

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

Color convert

RGB 217 58 64 -
CMYK 0 0.73 0.71 0.15
HSL 357.74º 0.68% 0.54% -
HSV(B) 357.74º 0.73% 0.85% -
XYZ 31.05 18.15 6.72 -
YUV 106.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 217 58 64 0 0.73 0.71 0.15 357.74 0.68 0.54
Hex D9 3A 40 0 49 47 F 166 44 36
Octal 331 72 100 0 111 107 17 546 104 66
Binary 11011001 111010 1000000 0 1001001 1000111 1111 101100110 1000100 110110

Color Harmonies of #D93A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A40

Black with #D93A40

Text Example


Text Example

White with #D93A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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