Html Css Color HEX #D13B3E Mahogany

📋 copy color: '#D13B3E'

red 209 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #D13B3E

Tints of Mahogany #D13B3E

RGB

 RED value IS 209 (82.03% from 255) = 63.33%

 GREEN value IS 59 (23.44% from 255) = 17.88%

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

R = 63.33%
G = 17.88%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D13B3E (or 0xD13B3E) is known color: Mahogany. HEX triplet: D1, 3B and 3E. RGB value is (209,59,62). Sum of RGB (Red+Green+Blue) = 209+59+62=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13B3E is #2EC4C1. Grayscale: #686868. Windows color (decimal): -3065026 or 4078545. OLE color: 4078545.

HSL color Cylindrical-coordinate representation of color #D13B3E: hue angle of 358.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B3E is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 62 -
CMYK 0 0.72 0.70 0.18
HSL 358.8º 0.62% 0.53% -
HSV(B) 358.8º 0.72% 0.82% -
XYZ 28.73 17.03 6.33 -
YUV 104.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 209 59 62 0 0.72 0.70 0.18 358.8 0.62 0.53
Hex D1 3B 3E 0 48 46 12 167 3E 35
Octal 321 73 76 0 110 106 22 547 76 65
Binary 11010001 111011 111110 0 1001000 1000110 10010 101100111 111110 110101

Color Harmonies of #D13B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B3E

Black with #D13B3E

Text Example


Text Example

White with #D13B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B3E; }

 p { color: rgb(209,59,62); }

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

background-color css

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

 a { background-color: rgb(209,59,62); }

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

border-color css

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

 span { border-color: rgb(209,59,62); }

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