Html Css Color HEX #D14145 Mahogany

📋 copy color: '#D14145'

red 209 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #D14145

Tints of Mahogany #D14145

RGB

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

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

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

R = 60.93%
G = 18.95%
B = 20.12%

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

#D14145 (or 0xD14145) is known color: Mahogany. HEX triplet: D1, 41 and 45. RGB value is (209,65,69). Sum of RGB (Red+Green+Blue) = 209+65+69=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D14145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14145 is #2EBEBA. Grayscale: #6C6C6C. Windows color (decimal): -3063483 or 4538833. OLE color: 4538833.

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

Color convert

RGB 209 65 69 -
CMYK 0 0.69 0.67 0.18
HSL 358.33º 0.61% 0.54% -
HSV(B) 358.33º 0.69% 0.82% -
XYZ 29.26 17.77 7.52 -
YUV 108.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 209 65 69 0 0.69 0.67 0.18 358.33 0.61 0.54
Hex D1 41 45 0 45 43 12 166 3D 36
Octal 321 101 105 0 105 103 22 546 75 66
Binary 11010001 1000001 1000101 0 1000101 1000011 10010 101100110 111101 110110

Color Harmonies of #D14145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14145

Black with #D14145

Text Example


Text Example

White with #D14145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14145; }

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

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

background-color css

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

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

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

border-color css

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

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

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