Html Css Color HEX #D93B40 Mahogany

📋 copy color: '#D93B40'

red 217 ◦ green 59 ◦ blue 64

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

Shades of Mahogany #D93B40

Tints of Mahogany #D93B40

RGB

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

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

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

R = 63.82%
G = 17.35%
B = 18.82%

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

#D93B40 (or 0xD93B40) is known color: Mahogany. HEX triplet: D9, 3B and 40. RGB value is (217,59,64). Sum of RGB (Red+Green+Blue) = 217+59+64=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93B40 is #26C4BF. Grayscale: #6A6A6A. Windows color (decimal): -2540736 or 4209625. OLE color: 4209625.

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

Color convert

RGB 217 59 64 -
CMYK 0 0.73 0.71 0.15
HSL 358.1º 0.68% 0.54% -
HSV(B) 358.1º 0.73% 0.85% -
XYZ 31.1 18.25 6.73 -
YUV 106.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 217 59 64 0 0.73 0.71 0.15 358.1 0.68 0.54
Hex D9 3B 40 0 49 47 F 166 44 36
Octal 331 73 100 0 111 107 17 546 104 66
Binary 11011001 111011 1000000 0 1001001 1000111 1111 101100110 1000100 110110

Color Harmonies of #D93B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B40

Black with #D93B40

Text Example


Text Example

White with #D93B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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