Html Css Color HEX #D93C3E Mahogany

📋 copy color: '#D93C3E'

red 217 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #D93C3E

Tints of Mahogany #D93C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.7%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 64.01%
G = 17.7%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D93C3E (or 0xD93C3E) is known color: Mahogany. HEX triplet: D9, 3C and 3E. RGB value is (217,60,62). Sum of RGB (Red+Green+Blue) = 217+60+62=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C3E is #26C3C1. Grayscale: #6B6B6B. Windows color (decimal): -2540482 or 4078809. OLE color: 4078809.

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

Color convert

RGB 217 60 62 -
CMYK 0 0.72 0.71 0.15
HSL 359.24º 0.67% 0.54% -
HSV(B) 359.24º 0.72% 0.85% -
XYZ 31.1 18.33 6.46 -
YUV 107.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 217 60 62 0 0.72 0.71 0.15 359.24 0.67 0.54
Hex D9 3C 3E 0 48 47 F 167 43 36
Octal 331 74 76 0 110 107 17 547 103 66
Binary 11011001 111100 111110 0 1001000 1000111 1111 101100111 1000011 110110

Color Harmonies of #D93C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C3E

Black with #D93C3E

Text Example


Text Example

White with #D93C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C3E; }

 p { color: rgb(217,60,62); }

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

background-color css

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

 a { background-color: rgb(217,60,62); }

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

border-color css

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

 span { border-color: rgb(217,60,62); }

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