Html Css Color HEX #D14347 Mahogany

📋 copy color: '#D14347'

red 209 ◦ green 67 ◦ blue 71

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

Shades of Mahogany #D14347

Tints of Mahogany #D14347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 60.23%
G = 19.31%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14347 (or 0xD14347) is known color: Mahogany. HEX triplet: D1, 43 and 47. RGB value is (209,67,71). Sum of RGB (Red+Green+Blue) = 209+67+71=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14347 is #2EBCB8. Grayscale: #6E6E6E. Windows color (decimal): -3062969 or 4670417. OLE color: 4670417.

HSL color Cylindrical-coordinate representation of color #D14347: hue angle of 358.31º 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 #D14347 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 71 -
CMYK 0 0.68 0.66 0.18
HSL 358.31º 0.61% 0.54% -
HSV(B) 358.31º 0.68% 0.82% -
XYZ 29.44 18.02 7.89 -
YUV 109.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 209 67 71 0 0.68 0.66 0.18 358.31 0.61 0.54
Hex D1 43 47 0 44 42 12 166 3D 36
Octal 321 103 107 0 104 102 22 546 75 66
Binary 11010001 1000011 1000111 0 1000100 1000010 10010 101100110 111101 110110

Color Harmonies of #D14347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14347

Black with #D14347

Text Example


Text Example

White with #D14347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14347; }

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

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

background-color css

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

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

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

border-color css

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

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

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