Html Css Color HEX #D93134 Mahogany

📋 copy color: '#D93134'

red 217 ◦ green 49 ◦ blue 52

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

Shades of Mahogany #D93134

Tints of Mahogany #D93134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 68.24%
G = 15.41%
B = 16.35%

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

#D93134 (or 0xD93134) is known color: Mahogany. HEX triplet: D9, 31 and 34. RGB value is (217,49,52). Sum of RGB (Red+Green+Blue) = 217+49+52=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D93134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93134 is #26CECB. Grayscale: #636363. Windows color (decimal): -2543308 or 3420633. OLE color: 3420633.

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

Color convert

RGB 217 49 52 -
CMYK 0 0.77 0.76 0.15
HSL 358.93º 0.69% 0.52% -
HSV(B) 358.93º 0.77% 0.85% -
XYZ 30.33 17.2 4.97 -
YUV 99.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 217 49 52 0 0.77 0.76 0.15 358.93 0.69 0.52
Hex D9 31 34 0 4D 4C F 167 45 34
Octal 331 61 64 0 115 114 17 547 105 64
Binary 11011001 110001 110100 0 1001101 1001100 1111 101100111 1000101 110100

Color Harmonies of #D93134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93134

Black with #D93134

Text Example


Text Example

White with #D93134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93134; }

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

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

background-color css

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

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

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

border-color css

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

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

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