Html Css Color HEX #D93541 Mahogany

📋 copy color: '#D93541'

red 217 ◦ green 53 ◦ blue 65

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

Shades of Mahogany #D93541

Tints of Mahogany #D93541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 64.78%
G = 15.82%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D93541 (or 0xD93541) is known color: Mahogany. HEX triplet: D9, 35 and 41. RGB value is (217,53,65). Sum of RGB (Red+Green+Blue) = 217+53+65=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D93541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93541 is #26CABE. Grayscale: #676767. Windows color (decimal): -2542271 or 4273625. OLE color: 4273625.

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

Color convert

RGB 217 53 65 -
CMYK 0 0.76 0.70 0.15
HSL 355.61º 0.68% 0.53% -
HSV(B) 355.61º 0.76% 0.85% -
XYZ 30.84 17.68 6.79 -
YUV 103.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 217 53 65 0 0.76 0.70 0.15 355.61 0.68 0.53
Hex D9 35 41 0 4C 46 F 164 44 35
Octal 331 65 101 0 114 106 17 544 104 65
Binary 11011001 110101 1000001 0 1001100 1000110 1111 101100100 1000100 110101

Color Harmonies of #D93541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93541

Black with #D93541

Text Example


Text Example

White with #D93541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93541; }

 p { color: rgb(217,53,65); }

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

background-color css

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

 a { background-color: rgb(217,53,65); }

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

border-color css

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

 span { border-color: rgb(217,53,65); }

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