Html Css Color HEX #D93539 Mahogany

📋 copy color: '#D93539'

red 217 ◦ green 53 ◦ blue 57

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

Shades of Mahogany #D93539

Tints of Mahogany #D93539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

 BLUE value IS 57 (22.66% from 255) = 17.43%

R = 66.36%
G = 16.21%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D93539 (or 0xD93539) is known color: Mahogany. HEX triplet: D9, 35 and 39. RGB value is (217,53,57). Sum of RGB (Red+Green+Blue) = 217+53+57=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D93539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93539 is #26CAC6. Grayscale: #666666. Windows color (decimal): -2542279 or 3749337. OLE color: 3749337.

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

Color convert

RGB 217 53 57 -
CMYK 0 0.76 0.74 0.15
HSL 358.54º 0.68% 0.53% -
HSV(B) 358.54º 0.76% 0.85% -
XYZ 30.63 17.59 5.65 -
YUV 102.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 217 53 57 0 0.76 0.74 0.15 358.54 0.68 0.53
Hex D9 35 39 0 4C 4A F 167 44 35
Octal 331 65 71 0 114 112 17 547 104 65
Binary 11011001 110101 111001 0 1001100 1001010 1111 101100111 1000100 110101

Color Harmonies of #D93539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93539

Black with #D93539

Text Example


Text Example

White with #D93539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93539; }

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

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

background-color css

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

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

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

border-color css

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

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

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