Html Css Color HEX #E14344 Mahogany

📋 copy color: '#E14344'

red 225 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #E14344

Tints of Mahogany #E14344

RGB

 RED value IS 225 (88.28% from 255) = 62.5%

 GREEN value IS 67 (26.56% from 255) = 18.61%

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 62.5%
G = 18.61%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E14344 (or 0xE14344) is known color: Mahogany. HEX triplet: E1, 43 and 44. RGB value is (225,67,68). Sum of RGB (Red+Green+Blue) = 225+67+68=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E14344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14344 is #1EBCBB. Grayscale: #727272. Windows color (decimal): -2014396 or 4473825. OLE color: 4473825.

HSL color Cylindrical-coordinate representation of color #E14344: hue angle of 359.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14344 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 68 -
CMYK 0 0.70 0.70 0.12
HSL 359.62º 0.72% 0.57% -
HSV(B) 359.62º 0.7% 0.88% -
XYZ 34.1 20.44 7.62 -
YUV 114.36 101.85 206.92 -
System Red Green Blue C M Y K H S L
Decimal 225 67 68 0 0.70 0.70 0.12 359.62 0.72 0.57
Hex E1 43 44 0 46 46 C 168 48 39
Octal 341 103 104 0 106 106 14 550 110 71
Binary 11100001 1000011 1000100 0 1000110 1000110 1100 101101000 1001000 111001

Color Harmonies of #E14344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14344

Black with #E14344

Text Example


Text Example

White with #E14344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14344; }

 p { color: rgb(225,67,68); }

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

background-color css

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

 a { background-color: rgb(225,67,68); }

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

border-color css

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

 span { border-color: rgb(225,67,68); }

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