Html Css Color HEX #D93D45 Mahogany

📋 copy color: '#D93D45'

red 217 ◦ green 61 ◦ blue 69

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

Shades of Mahogany #D93D45

Tints of Mahogany #D93D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.88%

R = 62.54%
G = 17.58%
B = 19.88%

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

#D93D45 (or 0xD93D45) is known color: Mahogany. HEX triplet: D9, 3D and 45. RGB value is (217,61,69). Sum of RGB (Red+Green+Blue) = 217+61+69=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D45 is #26C2BA. Grayscale: #6C6C6C. Windows color (decimal): -2540219 or 4537817. OLE color: 4537817.

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

Color convert

RGB 217 61 69 -
CMYK 0 0.72 0.68 0.15
HSL 356.92º 0.67% 0.55% -
HSV(B) 356.92º 0.72% 0.85% -
XYZ 31.36 18.52 7.55 -
YUV 108.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 217 61 69 0 0.72 0.68 0.15 356.92 0.67 0.55
Hex D9 3D 45 0 48 44 F 165 43 37
Octal 331 75 105 0 110 104 17 545 103 67
Binary 11011001 111101 1000101 0 1001000 1000100 1111 101100101 1000011 110111

Color Harmonies of #D93D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D45

Black with #D93D45

Text Example


Text Example

White with #D93D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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