Html Css Color HEX #D5393C Mahogany

📋 copy color: '#D5393C'

red 213 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #D5393C

Tints of Mahogany #D5393C

RGB

 RED value IS 213 (83.59% from 255) = 64.55%

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

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 64.55%
G = 17.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5393C (or 0xD5393C) is known color: Mahogany. HEX triplet: D5, 39 and 3C. RGB value is (213,57,60). Sum of RGB (Red+Green+Blue) = 213+57+60=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5393C is #2AC6C3. Grayscale: #686868. Windows color (decimal): -2803396 or 3946965. OLE color: 3946965.

HSL color Cylindrical-coordinate representation of color #D5393C: hue angle of 358.85º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5393C is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 60 -
CMYK 0 0.73 0.72 0.16
HSL 358.85º 0.65% 0.53% -
HSV(B) 358.85º 0.73% 0.84% -
XYZ 29.72 17.4 6.07 -
YUV 103.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 213 57 60 0 0.73 0.72 0.16 358.85 0.65 0.53
Hex D5 39 3C 0 49 48 10 167 41 35
Octal 325 71 74 0 111 110 20 547 101 65
Binary 11010101 111001 111100 0 1001001 1001000 10000 101100111 1000001 110101

Color Harmonies of #D5393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5393C

Black with #D5393C

Text Example


Text Example

White with #D5393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5393C; }

 p { color: rgb(213,57,60); }

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

background-color css

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

 a { background-color: rgb(213,57,60); }

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

border-color css

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

 span { border-color: rgb(213,57,60); }

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