Html Css Color HEX #D14344 Mahogany

📋 copy color: '#D14344'

red 209 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #D14344

Tints of Mahogany #D14344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 60.76%
G = 19.48%
B = 19.77%

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

#D14344 (or 0xD14344) is known color: Mahogany. HEX triplet: D1, 43 and 44. RGB value is (209,67,68). Sum of RGB (Red+Green+Blue) = 209+67+68=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D14344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14344 is #2EBCBB. Grayscale: #6D6D6D. Windows color (decimal): -3062972 or 4473809. OLE color: 4473809.

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

Color convert

RGB 209 67 68 -
CMYK 0 0.68 0.67 0.18
HSL 359.58º 0.61% 0.54% -
HSV(B) 359.58º 0.68% 0.82% -
XYZ 29.35 17.99 7.39 -
YUV 109.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 209 67 68 0 0.68 0.67 0.18 359.58 0.61 0.54
Hex D1 43 44 0 44 43 12 168 3D 36
Octal 321 103 104 0 104 103 22 550 75 66
Binary 11010001 1000011 1000100 0 1000100 1000011 10010 101101000 111101 110110

Color Harmonies of #D14344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14344

Black with #D14344

Text Example


Text Example

White with #D14344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14344; }

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

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

background-color css

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

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

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

border-color css

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

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

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