Html Css Color HEX #E80C03 Red

📋 copy color: '#E80C03'

red 232 ◦ green 12 ◦ blue 3

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

Shades of Red #E80C03

Tints of Red #E80C03

RGB

 RED value IS 232 (91.02% from 255) = 93.93%

 GREEN value IS 12 (5.08% from 255) = 4.86%

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

R = 93.93%
G = 4.86%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E80C03 (or 0xE80C03) is known color: Red. HEX triplet: E8, 0C and 03. RGB value is (232,12,3). Sum of RGB (Red+Green+Blue) = 232+12+3=247 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.93% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80C03 is #17F3FC. Grayscale: #4D4D4D. Windows color (decimal): -1569789 or 199912. OLE color: 199912.

HSL color Cylindrical-coordinate representation of color #E80C03: hue angle of 2.36º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 12 3 -
CMYK 0 0.95 0.99 0.09
HSL 2.36º 0.97% 0.46% -
HSV(B) 2.36º 0.99% 0.91% -
XYZ 33.43 17.43 1.69 -
YUV 76.75 86.39 238.73 -
System Red Green Blue C M Y K H S L
Decimal 232 12 3 0 0.95 0.99 0.09 2.36 0.97 0.46
Hex E8 C 3 0 5F 63 9 2 61 2E
Octal 350 14 3 0 137 143 11 2 141 56
Binary 11101000 1100 11 0 1011111 1100011 1001 10 1100001 101110

Color Harmonies of #E80C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C03

Black with #E80C03

Text Example


Text Example

White with #E80C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C03; }

 p { color: rgb(232,12,3); }

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

background-color css

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

 a { background-color: rgb(232,12,3); }

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

border-color css

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

 span { border-color: rgb(232,12,3); }

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