Html Css Color HEX #D14043 Mahogany

📋 copy color: '#D14043'

red 209 ◦ green 64 ◦ blue 67

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

Shades of Mahogany #D14043

Tints of Mahogany #D14043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.71%

R = 61.47%
G = 18.82%
B = 19.71%

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

#D14043 (or 0xD14043) is known color: Mahogany. HEX triplet: D1, 40 and 43. RGB value is (209,64,67). Sum of RGB (Red+Green+Blue) = 209+64+67=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D14043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14043 is #2EBFBC. Grayscale: #6B6B6B. Windows color (decimal): -3063741 or 4407505. OLE color: 4407505.

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

Color convert

RGB 209 64 67 -
CMYK 0 0.69 0.68 0.18
HSL 358.76º 0.61% 0.54% -
HSV(B) 358.76º 0.69% 0.82% -
XYZ 29.14 17.63 7.18 -
YUV 107.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 209 64 67 0 0.69 0.68 0.18 358.76 0.61 0.54
Hex D1 40 43 0 45 44 12 167 3D 36
Octal 321 100 103 0 105 104 22 547 75 66
Binary 11010001 1000000 1000011 0 1000101 1000100 10010 101100111 111101 110110

Color Harmonies of #D14043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14043

Black with #D14043

Text Example


Text Example

White with #D14043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14043; }

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

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

background-color css

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

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

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

border-color css

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

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

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