Html Css Color HEX #D14546 Mahogany

📋 copy color: '#D14546'

red 209 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #D14546

Tints of Mahogany #D14546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 60.06%
G = 19.83%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D14546 (or 0xD14546) is known color: Mahogany. HEX triplet: D1, 45 and 46. RGB value is (209,69,70). Sum of RGB (Red+Green+Blue) = 209+69+70=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D14546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14546 is #2EBAB9. Grayscale: #6F6F6F. Windows color (decimal): -3062458 or 4605393. OLE color: 4605393.

HSL color Cylindrical-coordinate representation of color #D14546: hue angle of 359.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14546 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 69 70 -
CMYK 0 0.67 0.67 0.18
HSL 359.57º 0.6% 0.55% -
HSV(B) 359.57º 0.67% 0.82% -
XYZ 29.53 18.25 7.76 -
YUV 110.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 209 69 70 0 0.67 0.67 0.18 359.57 0.6 0.55
Hex D1 45 46 0 43 43 12 168 3C 37
Octal 321 105 106 0 103 103 22 550 74 67
Binary 11010001 1000101 1000110 0 1000011 1000011 10010 101101000 111100 110111

Color Harmonies of #D14546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14546

Black with #D14546

Text Example


Text Example

White with #D14546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14546; }

 p { color: rgb(209,69,70); }

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

background-color css

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

 a { background-color: rgb(209,69,70); }

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

border-color css

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

 span { border-color: rgb(209,69,70); }

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