Html Css Color HEX #E50E03 Red

📋 copy color: '#E50E03'

red 229 ◦ green 14 ◦ blue 3

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

Shades of Red #E50E03

Tints of Red #E50E03

RGB

 RED value IS 229 (89.84% from 255) = 93.09%

 GREEN value IS 14 (5.86% from 255) = 5.69%

 BLUE value IS 3 (1.56% from 255) = 1.22%

R = 93.09%
G = 5.69%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E50E03 (or 0xE50E03) is known color: Red. HEX triplet: E5, 0E and 03. RGB value is (229,14,3). Sum of RGB (Red+Green+Blue) = 229+14+3=246 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.09% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50E03 is #1AF1FC. Grayscale: #4D4D4D. Windows color (decimal): -1765885 or 200421. OLE color: 200421.

HSL color Cylindrical-coordinate representation of color #E50E03: hue angle of 2.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50E03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 14 3 -
CMYK 0 0.94 0.99 0.10
HSL 2.92º 0.97% 0.45% -
HSV(B) 2.92º 0.99% 0.9% -
XYZ 32.49 16.98 1.65 -
YUV 77.03 86.23 236.39 -
System Red Green Blue C M Y K H S L
Decimal 229 14 3 0 0.94 0.99 0.10 2.92 0.97 0.45
Hex E5 E 3 0 5E 63 A 3 61 2D
Octal 345 16 3 0 136 143 12 3 141 55
Binary 11100101 1110 11 0 1011110 1100011 1010 11 1100001 101101

Color Harmonies of #E50E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50E03

Black with #E50E03

Text Example


Text Example

White with #E50E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50E03; }

 p { color: rgb(229,14,3); }

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

background-color css

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

 a { background-color: rgb(229,14,3); }

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

border-color css

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

 span { border-color: rgb(229,14,3); }

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