Html Css Color HEX #D93337 Mahogany

📋 copy color: '#D93337'

red 217 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #D93337

Tints of Mahogany #D93337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 67.18%
G = 15.79%
B = 17.03%

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

#D93337 (or 0xD93337) is known color: Mahogany. HEX triplet: D9, 33 and 37. RGB value is (217,51,55). Sum of RGB (Red+Green+Blue) = 217+51+55=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D93337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93337 is #26CCC8. Grayscale: #656565. Windows color (decimal): -2542793 or 3617753. OLE color: 3617753.

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

Color convert

RGB 217 51 55 -
CMYK 0 0.76 0.75 0.15
HSL 358.55º 0.69% 0.53% -
HSV(B) 358.55º 0.76% 0.85% -
XYZ 30.49 17.4 5.37 -
YUV 101.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 217 51 55 0 0.76 0.75 0.15 358.55 0.69 0.53
Hex D9 33 37 0 4C 4B F 167 45 35
Octal 331 63 67 0 114 113 17 547 105 65
Binary 11011001 110011 110111 0 1001100 1001011 1111 101100111 1000101 110101

Color Harmonies of #D93337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93337

Black with #D93337

Text Example


Text Example

White with #D93337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93337; }

 p { color: rgb(217,51,55); }

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

background-color css

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

 a { background-color: rgb(217,51,55); }

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

border-color css

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

 span { border-color: rgb(217,51,55); }

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