Html Css Color HEX #D93840 Mahogany

📋 copy color: '#D93840'

red 217 ◦ green 56 ◦ blue 64

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

Shades of Mahogany #D93840

Tints of Mahogany #D93840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 64.39%
G = 16.62%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D93840 (or 0xD93840) is known color: Mahogany. HEX triplet: D9, 38 and 40. RGB value is (217,56,64). Sum of RGB (Red+Green+Blue) = 217+56+64=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D93840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93840 is #26C7BF. Grayscale: #696969. Windows color (decimal): -2541504 or 4208857. OLE color: 4208857.

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

Color convert

RGB 217 56 64 -
CMYK 0 0.74 0.71 0.15
HSL 357.02º 0.68% 0.54% -
HSV(B) 357.02º 0.74% 0.85% -
XYZ 30.95 17.95 6.68 -
YUV 105.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 217 56 64 0 0.74 0.71 0.15 357.02 0.68 0.54
Hex D9 38 40 0 4A 47 F 165 44 36
Octal 331 70 100 0 112 107 17 545 104 66
Binary 11011001 111000 1000000 0 1001010 1000111 1111 101100101 1000100 110110

Color Harmonies of #D93840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93840

Black with #D93840

Text Example


Text Example

White with #D93840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93840; }

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

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

background-color css

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

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

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

border-color css

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

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

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