Html Css Color HEX #D93439 Mahogany

📋 copy color: '#D93439'

red 217 ◦ green 52 ◦ blue 57

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

Shades of Mahogany #D93439

Tints of Mahogany #D93439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 66.56%
G = 15.95%
B = 17.48%

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

#D93439 (or 0xD93439) is known color: Mahogany. HEX triplet: D9, 34 and 39. RGB value is (217,52,57). Sum of RGB (Red+Green+Blue) = 217+52+57=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D93439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93439 is #26CBC6. Grayscale: #666666. Windows color (decimal): -2542535 or 3749081. OLE color: 3749081.

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

Color convert

RGB 217 52 57 -
CMYK 0 0.76 0.74 0.15
HSL 358.18º 0.68% 0.53% -
HSV(B) 358.18º 0.76% 0.85% -
XYZ 30.58 17.5 5.64 -
YUV 101.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 217 52 57 0 0.76 0.74 0.15 358.18 0.68 0.53
Hex D9 34 39 0 4C 4A F 166 44 35
Octal 331 64 71 0 114 112 17 546 104 65
Binary 11011001 110100 111001 0 1001100 1001010 1111 101100110 1000100 110101

Color Harmonies of #D93439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93439

Black with #D93439

Text Example


Text Example

White with #D93439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93439; }

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

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

background-color css

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

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

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

border-color css

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

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

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