Html Css Color HEX #E14142 Mahogany

📋 copy color: '#E14142'

red 225 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #E14142

Tints of Mahogany #E14142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 63.2%
G = 18.26%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E14142 (or 0xE14142) is known color: Mahogany. HEX triplet: E1, 41 and 42. RGB value is (225,65,66). Sum of RGB (Red+Green+Blue) = 225+65+66=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E14142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14142 is #1EBEBD. Grayscale: #717171. Windows color (decimal): -2014910 or 4342241. OLE color: 4342241.

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

Color convert

RGB 225 65 66 -
CMYK 0 0.71 0.71 0.12
HSL 359.63º 0.73% 0.57% -
HSV(B) 359.63º 0.71% 0.88% -
XYZ 33.93 20.18 7.26 -
YUV 112.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 225 65 66 0 0.71 0.71 0.12 359.63 0.73 0.57
Hex E1 41 42 0 47 47 C 168 49 39
Octal 341 101 102 0 107 107 14 550 111 71
Binary 11100001 1000001 1000010 0 1000111 1000111 1100 101101000 1001001 111001

Color Harmonies of #E14142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14142

Black with #E14142

Text Example


Text Example

White with #E14142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14142; }

 p { color: rgb(225,65,66); }

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

background-color css

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

 a { background-color: rgb(225,65,66); }

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

border-color css

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

 span { border-color: rgb(225,65,66); }

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