Html Css Color HEX #D14446 Mahogany

📋 copy color: '#D14446'

red 209 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #D14446

Tints of Mahogany #D14446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.6%

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

R = 60.23%
G = 19.6%
B = 20.17%

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

#D14446 (or 0xD14446) is known color: Mahogany. HEX triplet: D1, 44 and 46. RGB value is (209,68,70). Sum of RGB (Red+Green+Blue) = 209+68+70=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14446 is #2EBBB9. Grayscale: #6E6E6E. Windows color (decimal): -3062714 or 4605137. OLE color: 4605137.

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

Color convert

RGB 209 68 70 -
CMYK 0 0.67 0.67 0.18
HSL 359.15º 0.61% 0.54% -
HSV(B) 359.15º 0.67% 0.82% -
XYZ 29.47 18.13 7.74 -
YUV 110.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 209 68 70 0 0.67 0.67 0.18 359.15 0.61 0.54
Hex D1 44 46 0 43 43 12 167 3D 36
Octal 321 104 106 0 103 103 22 547 75 66
Binary 11010001 1000100 1000110 0 1000011 1000011 10010 101100111 111101 110110

Color Harmonies of #D14446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14446

Black with #D14446

Text Example


Text Example

White with #D14446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14446; }

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

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

background-color css

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

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

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

border-color css

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

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

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