Html Css Color HEX #E03F40 Mahogany

📋 copy color: '#E03F40'

red 224 ◦ green 63 ◦ blue 64

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

Shades of Mahogany #E03F40

Tints of Mahogany #E03F40

RGB

 RED value IS 224 (87.89% from 255) = 63.82%

 GREEN value IS 63 (25% from 255) = 17.95%

 BLUE value IS 64 (25.39% from 255) = 18.23%

R = 63.82%
G = 17.95%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E03F40 (or 0xE03F40) is known color: Mahogany. HEX triplet: E0, 3F and 40. RGB value is (224,63,64). Sum of RGB (Red+Green+Blue) = 224+63+64=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F40 is #1FC0BF. Grayscale: #6F6F6F. Windows color (decimal): -2080960 or 4210656. OLE color: 4210656.

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

Color convert

RGB 224 63 64 -
CMYK 0 0.72 0.71 0.12
HSL 359.63º 0.72% 0.56% -
HSV(B) 359.63º 0.72% 0.88% -
XYZ 33.44 19.77 6.9 -
YUV 111.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 224 63 64 0 0.72 0.71 0.12 359.63 0.72 0.56
Hex E0 3F 40 0 48 47 C 168 48 38
Octal 340 77 100 0 110 107 14 550 110 70
Binary 11100000 111111 1000000 0 1001000 1000111 1100 101101000 1001000 111000

Color Harmonies of #E03F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F40

Black with #E03F40

Text Example


Text Example

White with #E03F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F40; }

 p { color: rgb(224,63,64); }

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

background-color css

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

 a { background-color: rgb(224,63,64); }

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

border-color css

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

 span { border-color: rgb(224,63,64); }

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