Html Css Color HEX #D14146 Mahogany

📋 copy color: '#D14146'

red 209 ◦ green 65 ◦ blue 70

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

Shades of Mahogany #D14146

Tints of Mahogany #D14146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

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

R = 60.76%
G = 18.9%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D14146 (or 0xD14146) is known color: Mahogany. HEX triplet: D1, 41 and 46. RGB value is (209,65,70). Sum of RGB (Red+Green+Blue) = 209+65+70=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D14146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14146 is #2EBEB9. Grayscale: #6C6C6C. Windows color (decimal): -3063482 or 4604369. OLE color: 4604369.

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

Color convert

RGB 209 65 70 -
CMYK 0 0.69 0.67 0.18
HSL 357.92º 0.61% 0.54% -
HSV(B) 357.92º 0.69% 0.82% -
XYZ 29.29 17.78 7.68 -
YUV 108.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 209 65 70 0 0.69 0.67 0.18 357.92 0.61 0.54
Hex D1 41 46 0 45 43 12 166 3D 36
Octal 321 101 106 0 105 103 22 546 75 66
Binary 11010001 1000001 1000110 0 1000101 1000011 10010 101100110 111101 110110

Color Harmonies of #D14146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14146

Black with #D14146

Text Example


Text Example

White with #D14146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14146; }

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

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

background-color css

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

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

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

border-color css

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

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

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