Html Css Color HEX #D14243 Mahogany

📋 copy color: '#D14243'

red 209 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #D14243

Tints of Mahogany #D14243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

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

R = 61.11%
G = 19.3%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D14243 (or 0xD14243) is known color: Mahogany. HEX triplet: D1, 42 and 43. RGB value is (209,66,67). Sum of RGB (Red+Green+Blue) = 209+66+67=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D14243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14243 is #2EBDBC. Grayscale: #6D6D6D. Windows color (decimal): -3063229 or 4408017. OLE color: 4408017.

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

Color convert

RGB 209 66 67 -
CMYK 0 0.68 0.68 0.18
HSL 359.58º 0.61% 0.54% -
HSV(B) 359.58º 0.68% 0.82% -
XYZ 29.26 17.86 7.21 -
YUV 108.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 209 66 67 0 0.68 0.68 0.18 359.58 0.61 0.54
Hex D1 42 43 0 44 44 12 168 3D 36
Octal 321 102 103 0 104 104 22 550 75 66
Binary 11010001 1000010 1000011 0 1000100 1000100 10010 101101000 111101 110110

Color Harmonies of #D14243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14243

Black with #D14243

Text Example


Text Example

White with #D14243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14243; }

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

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

background-color css

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

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

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

border-color css

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

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

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