Html Css Color HEX #E80F07 Red

📋 copy color: '#E80F07'

red 232 ◦ green 15 ◦ blue 7

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

Shades of Red #E80F07

Tints of Red #E80F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.76%

R = 91.34%
G = 5.91%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E80F07 (or 0xE80F07) is known color: Red. HEX triplet: E8, 0F and 07. RGB value is (232,15,7). Sum of RGB (Red+Green+Blue) = 232+15+7=254 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.34% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80F07 is #17F0F8. Grayscale: #4F4F4F. Windows color (decimal): -1569017 or 462824. OLE color: 462824.

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

Color convert

RGB 232 15 7 -
CMYK 0 0.94 0.97 0.09
HSL 2.13º 0.94% 0.47% -
HSV(B) 2.13º 0.97% 0.91% -
XYZ 33.49 17.51 1.82 -
YUV 78.97 87.39 237.15 -
System Red Green Blue C M Y K H S L
Decimal 232 15 7 0 0.94 0.97 0.09 2.13 0.94 0.47
Hex E8 F 7 0 5E 61 9 2 5E 2F
Octal 350 17 7 0 136 141 11 2 136 57
Binary 11101000 1111 111 0 1011110 1100001 1001 10 1011110 101111

Color Harmonies of #E80F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F07

Black with #E80F07

Text Example


Text Example

White with #E80F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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