Html Css Color HEX #D93D46 Mahogany

📋 copy color: '#D93D46'

red 217 ◦ green 61 ◦ blue 70

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

Shades of Mahogany #D93D46

Tints of Mahogany #D93D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.53%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 62.36%
G = 17.53%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D93D46 (or 0xD93D46) is known color: Mahogany. HEX triplet: D9, 3D and 46. RGB value is (217,61,70). Sum of RGB (Red+Green+Blue) = 217+61+70=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D46 is #26C2B9. Grayscale: #6C6C6C. Windows color (decimal): -2540218 or 4603353. OLE color: 4603353.

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

Color convert

RGB 217 61 70 -
CMYK 0 0.72 0.68 0.15
HSL 356.54º 0.67% 0.55% -
HSV(B) 356.54º 0.72% 0.85% -
XYZ 31.39 18.53 7.72 -
YUV 108.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 217 61 70 0 0.72 0.68 0.15 356.54 0.67 0.55
Hex D9 3D 46 0 48 44 F 165 43 37
Octal 331 75 106 0 110 104 17 545 103 67
Binary 11011001 111101 1000110 0 1001000 1000100 1111 101100101 1000011 110111

Color Harmonies of #D93D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D46

Black with #D93D46

Text Example


Text Example

White with #D93D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D46; }

 p { color: rgb(217,61,70); }

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

background-color css

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

 a { background-color: rgb(217,61,70); }

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

border-color css

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

 span { border-color: rgb(217,61,70); }

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