Html Css Color HEX #D93133 Mahogany

📋 copy color: '#D93133'

red 217 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #D93133

Tints of Mahogany #D93133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 68.45%
G = 15.46%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93133 (or 0xD93133) is known color: Mahogany. HEX triplet: D9, 31 and 33. RGB value is (217,49,51). Sum of RGB (Red+Green+Blue) = 217+49+51=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D93133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93133 is #26CECC. Grayscale: #636363. Windows color (decimal): -2543309 or 3355097. OLE color: 3355097.

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

Color convert

RGB 217 49 51 -
CMYK 0 0.77 0.76 0.15
HSL 359.29º 0.69% 0.52% -
HSV(B) 359.29º 0.77% 0.85% -
XYZ 30.31 17.19 4.85 -
YUV 99.46 100.66 211.84 -
System Red Green Blue C M Y K H S L
Decimal 217 49 51 0 0.77 0.76 0.15 359.29 0.69 0.52
Hex D9 31 33 0 4D 4C F 167 45 34
Octal 331 61 63 0 115 114 17 547 105 64
Binary 11011001 110001 110011 0 1001101 1001100 1111 101100111 1000101 110100

Color Harmonies of #D93133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93133

Black with #D93133

Text Example


Text Example

White with #D93133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93133; }

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

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

background-color css

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

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

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

border-color css

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

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

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