Html Css Color HEX #D93135 Mahogany

📋 copy color: '#D93135'

red 217 ◦ green 49 ◦ blue 53

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

Shades of Mahogany #D93135

Tints of Mahogany #D93135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 68.03%
G = 15.36%
B = 16.61%

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

#D93135 (or 0xD93135) is known color: Mahogany. HEX triplet: D9, 31 and 35. RGB value is (217,49,53). Sum of RGB (Red+Green+Blue) = 217+49+53=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D93135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93135 is #26CECA. Grayscale: #636363. Windows color (decimal): -2543307 or 3486169. OLE color: 3486169.

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

Color convert

RGB 217 49 53 -
CMYK 0 0.77 0.76 0.15
HSL 358.57º 0.69% 0.52% -
HSV(B) 358.57º 0.77% 0.85% -
XYZ 30.36 17.21 5.09 -
YUV 99.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 217 49 53 0 0.77 0.76 0.15 358.57 0.69 0.52
Hex D9 31 35 0 4D 4C F 167 45 34
Octal 331 61 65 0 115 114 17 547 105 64
Binary 11011001 110001 110101 0 1001101 1001100 1111 101100111 1000101 110100

Color Harmonies of #D93135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93135

Black with #D93135

Text Example


Text Example

White with #D93135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93135; }

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

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

background-color css

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

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

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

border-color css

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

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

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