Html Css Color HEX #D93839 Mahogany

📋 copy color: '#D93839'

red 217 ◦ green 56 ◦ blue 57

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

Shades of Mahogany #D93839

Tints of Mahogany #D93839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.97%

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

R = 65.76%
G = 16.97%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D93839 (or 0xD93839) is known color: Mahogany. HEX triplet: D9, 38 and 39. RGB value is (217,56,57). Sum of RGB (Red+Green+Blue) = 217+56+57=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D93839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93839 is #26C7C6. Grayscale: #686868. Windows color (decimal): -2541511 or 3750105. OLE color: 3750105.

HSL color Cylindrical-coordinate representation of color #D93839: hue angle of 359.63º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93839 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 57 -
CMYK 0 0.74 0.74 0.15
HSL 359.63º 0.68% 0.54% -
HSV(B) 359.63º 0.74% 0.85% -
XYZ 30.77 17.88 5.7 -
YUV 104.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 217 56 57 0 0.74 0.74 0.15 359.63 0.68 0.54
Hex D9 38 39 0 4A 4A F 168 44 36
Octal 331 70 71 0 112 112 17 550 104 66
Binary 11011001 111000 111001 0 1001010 1001010 1111 101101000 1000100 110110

Color Harmonies of #D93839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93839

Black with #D93839

Text Example


Text Example

White with #D93839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93839; }

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

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

background-color css

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

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

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

border-color css

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

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

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