Html Css Color HEX #D14445 Mahogany

📋 copy color: '#D14445'

red 209 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #D14445

Tints of Mahogany #D14445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 60.4%
G = 19.65%
B = 19.94%

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

#D14445 (or 0xD14445) is known color: Mahogany. HEX triplet: D1, 44 and 45. RGB value is (209,68,69). Sum of RGB (Red+Green+Blue) = 209+68+69=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D14445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14445 is #2EBBBA. Grayscale: #6E6E6E. Windows color (decimal): -3062715 or 4539601. OLE color: 4539601.

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

Color convert

RGB 209 68 69 -
CMYK 0 0.67 0.67 0.18
HSL 359.57º 0.61% 0.54% -
HSV(B) 359.57º 0.67% 0.82% -
XYZ 29.44 18.12 7.58 -
YUV 110.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 209 68 69 0 0.67 0.67 0.18 359.57 0.61 0.54
Hex D1 44 45 0 43 43 12 168 3D 36
Octal 321 104 105 0 103 103 22 550 75 66
Binary 11010001 1000100 1000101 0 1000011 1000011 10010 101101000 111101 110110

Color Harmonies of #D14445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14445

Black with #D14445

Text Example


Text Example

White with #D14445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14445; }

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

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

background-color css

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

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

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

border-color css

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

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

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