Html Css Color HEX #D14042 Mahogany

📋 copy color: '#D14042'

red 209 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #D14042

Tints of Mahogany #D14042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 61.65%
G = 18.88%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D14042 (or 0xD14042) is known color: Mahogany. HEX triplet: D1, 40 and 42. RGB value is (209,64,66). Sum of RGB (Red+Green+Blue) = 209+64+66=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D14042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14042 is #2EBFBD. Grayscale: #6B6B6B. Windows color (decimal): -3063742 or 4341969. OLE color: 4341969.

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

Color convert

RGB 209 64 66 -
CMYK 0 0.69 0.68 0.18
HSL 359.17º 0.61% 0.54% -
HSV(B) 359.17º 0.69% 0.82% -
XYZ 29.11 17.62 7.02 -
YUV 107.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 209 64 66 0 0.69 0.68 0.18 359.17 0.61 0.54
Hex D1 40 42 0 45 44 12 167 3D 36
Octal 321 100 102 0 105 104 22 547 75 66
Binary 11010001 1000000 1000010 0 1000101 1000100 10010 101100111 111101 110110

Color Harmonies of #D14042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14042

Black with #D14042

Text Example


Text Example

White with #D14042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14042; }

 p { color: rgb(209,64,66); }

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

background-color css

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

 a { background-color: rgb(209,64,66); }

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

border-color css

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

 span { border-color: rgb(209,64,66); }

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