Html Css Color HEX #E80F03 Red

📋 copy color: '#E80F03'

red 232 ◦ green 15 ◦ blue 3

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

Shades of Red #E80F03

Tints of Red #E80F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6%

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

R = 92.8%
G = 6%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E80F03 (or 0xE80F03) is known color: Red. HEX triplet: E8, 0F and 03. RGB value is (232,15,3). Sum of RGB (Red+Green+Blue) = 232+15+3=250 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.8% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80F03 is #17F0FC. Grayscale: #4E4E4E. Windows color (decimal): -1569021 or 200680. OLE color: 200680.

HSL color Cylindrical-coordinate representation of color #E80F03: hue angle of 3.14º 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 #E80F03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 15 3 -
CMYK 0 0.94 0.99 0.09
HSL 3.14º 0.97% 0.46% -
HSV(B) 3.14º 0.99% 0.91% -
XYZ 33.47 17.5 1.7 -
YUV 78.52 85.39 237.48 -
System Red Green Blue C M Y K H S L
Decimal 232 15 3 0 0.94 0.99 0.09 3.14 0.97 0.46
Hex E8 F 3 0 5E 63 9 3 61 2E
Octal 350 17 3 0 136 143 11 3 141 56
Binary 11101000 1111 11 0 1011110 1100011 1001 11 1100001 101110

Color Harmonies of #E80F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F03

Black with #E80F03

Text Example


Text Example

White with #E80F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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