Html Css Color HEX #E03D3E Mahogany

📋 copy color: '#E03D3E'

red 224 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #E03D3E

Tints of Mahogany #E03D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.58%

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 64.55%
G = 17.58%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E03D3E (or 0xE03D3E) is known color: Mahogany. HEX triplet: E0, 3D and 3E. RGB value is (224,61,62). Sum of RGB (Red+Green+Blue) = 224+61+62=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D3E is #1FC2C1. Grayscale: #6E6E6E. Windows color (decimal): -2081474 or 4079072. OLE color: 4079072.

HSL color Cylindrical-coordinate representation of color #E03D3E: 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.73%. Process color model (Four color, CMYK) of #E03D3E is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 61 62 -
CMYK 0 0.73 0.72 0.12
HSL 359.63º 0.72% 0.56% -
HSV(B) 359.63º 0.73% 0.88% -
XYZ 33.28 19.53 6.57 -
YUV 109.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 224 61 62 0 0.73 0.72 0.12 359.63 0.72 0.56
Hex E0 3D 3E 0 49 48 C 168 48 38
Octal 340 75 76 0 111 110 14 550 110 70
Binary 11100000 111101 111110 0 1001001 1001000 1100 101101000 1001000 111000

Color Harmonies of #E03D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03D3E

Black with #E03D3E

Text Example


Text Example

White with #E03D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03D3E; }

 p { color: rgb(224,61,62); }

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

background-color css

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

 a { background-color: rgb(224,61,62); }

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

border-color css

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

 span { border-color: rgb(224,61,62); }

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