Html Css Color HEX #D14346 Mahogany

📋 copy color: '#D14346'

red 209 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #D14346

Tints of Mahogany #D14346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.36%

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

R = 60.4%
G = 19.36%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D14346 (or 0xD14346) is known color: Mahogany. HEX triplet: D1, 43 and 46. RGB value is (209,67,70). Sum of RGB (Red+Green+Blue) = 209+67+70=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D14346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14346 is #2EBCB9. Grayscale: #6D6D6D. Windows color (decimal): -3062970 or 4604881. OLE color: 4604881.

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

Color convert

RGB 209 67 70 -
CMYK 0 0.68 0.67 0.18
HSL 358.73º 0.61% 0.54% -
HSV(B) 358.73º 0.68% 0.82% -
XYZ 29.41 18.01 7.72 -
YUV 109.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 209 67 70 0 0.68 0.67 0.18 358.73 0.61 0.54
Hex D1 43 46 0 44 43 12 167 3D 36
Octal 321 103 106 0 104 103 22 547 75 66
Binary 11010001 1000011 1000110 0 1000100 1000011 10010 101100111 111101 110110

Color Harmonies of #D14346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14346

Black with #D14346

Text Example


Text Example

White with #D14346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14346; }

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

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

background-color css

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

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

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

border-color css

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

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

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