Html Css Color HEX #D93B44 Mahogany

📋 copy color: '#D93B44'

red 217 ◦ green 59 ◦ blue 68

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

Shades of Mahogany #D93B44

Tints of Mahogany #D93B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 63.08%
G = 17.15%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D93B44 (or 0xD93B44) is known color: Mahogany. HEX triplet: D9, 3B and 44. RGB value is (217,59,68). Sum of RGB (Red+Green+Blue) = 217+59+68=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93B44 is #26C4BB. Grayscale: #6B6B6B. Windows color (decimal): -2540732 or 4471769. OLE color: 4471769.

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

Color convert

RGB 217 59 68 -
CMYK 0 0.73 0.69 0.15
HSL 356.58º 0.68% 0.54% -
HSV(B) 356.58º 0.73% 0.85% -
XYZ 31.22 18.3 7.35 -
YUV 107.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 217 59 68 0 0.73 0.69 0.15 356.58 0.68 0.54
Hex D9 3B 44 0 49 45 F 165 44 36
Octal 331 73 104 0 111 105 17 545 104 66
Binary 11011001 111011 1000100 0 1001001 1000101 1111 101100101 1000100 110110

Color Harmonies of #D93B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B44

Black with #D93B44

Text Example


Text Example

White with #D93B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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