Html Css Color HEX #D93436 Mahogany

📋 copy color: '#D93436'

red 217 ◦ green 52 ◦ blue 54

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

Shades of Mahogany #D93436

Tints of Mahogany #D93436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 67.18%
G = 16.1%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93436 (or 0xD93436) is known color: Mahogany. HEX triplet: D9, 34 and 36. RGB value is (217,52,54). Sum of RGB (Red+Green+Blue) = 217+52+54=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D93436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93436 is #26CBC9. Grayscale: #656565. Windows color (decimal): -2542538 or 3552473. OLE color: 3552473.

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

Color convert

RGB 217 52 54 -
CMYK 0 0.76 0.75 0.15
HSL 359.27º 0.68% 0.53% -
HSV(B) 359.27º 0.76% 0.85% -
XYZ 30.51 17.47 5.25 -
YUV 101.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 217 52 54 0 0.76 0.75 0.15 359.27 0.68 0.53
Hex D9 34 36 0 4C 4B F 167 44 35
Octal 331 64 66 0 114 113 17 547 104 65
Binary 11011001 110100 110110 0 1001100 1001011 1111 101100111 1000100 110101

Color Harmonies of #D93436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93436

Black with #D93436

Text Example


Text Example

White with #D93436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93436; }

 p { color: rgb(217,52,54); }

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

background-color css

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

 a { background-color: rgb(217,52,54); }

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

border-color css

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

 span { border-color: rgb(217,52,54); }

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