Html Css Color HEX #D14041 Mahogany

📋 copy color: '#D14041'

red 209 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #D14041

Tints of Mahogany #D14041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 61.83%
G = 18.93%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14041 (or 0xD14041) is known color: Mahogany. HEX triplet: D1, 40 and 41. RGB value is (209,64,65). Sum of RGB (Red+Green+Blue) = 209+64+65=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D14041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14041 is #2EBFBE. Grayscale: #6B6B6B. Windows color (decimal): -3063743 or 4276433. OLE color: 4276433.

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

Color convert

RGB 209 64 65 -
CMYK 0 0.69 0.69 0.18
HSL 359.59º 0.61% 0.54% -
HSV(B) 359.59º 0.69% 0.82% -
XYZ 29.08 17.6 6.87 -
YUV 107.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 209 64 65 0 0.69 0.69 0.18 359.59 0.61 0.54
Hex D1 40 41 0 45 45 12 168 3D 36
Octal 321 100 101 0 105 105 22 550 75 66
Binary 11010001 1000000 1000001 0 1000101 1000101 10010 101101000 111101 110110

Color Harmonies of #D14041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14041

Black with #D14041

Text Example


Text Example

White with #D14041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14041; }

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

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

background-color css

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

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

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

border-color css

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

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

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