Html Css Color HEX #E70802 Red

📋 copy color: '#E70802'

red 231 ◦ green 8 ◦ blue 2

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

Shades of Red #E70802

Tints of Red #E70802

RGB

 RED value IS 231 (90.63% from 255) = 95.85%

 GREEN value IS 8 (3.52% from 255) = 3.32%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 95.85%
G = 3.32%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E70802 (or 0xE70802) is known color: Red. HEX triplet: E7, 08 and 02. RGB value is (231,8,2). Sum of RGB (Red+Green+Blue) = 231+8+2=241 (31% of max value = 765). Red value is 231 (90.62% from 255 or 95.85% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 231 - color contains mainly: red. Hex color #E70802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70802 is #18F7FD. Grayscale: #4A4A4A. Windows color (decimal): -1636350 or 133351. OLE color: 133351.

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

Color convert

RGB 231 8 2 -
CMYK 0 0.97 0.99 0.09
HSL 1.57º 0.98% 0.46% -
HSV(B) 1.57º 0.99% 0.91% -
XYZ 33.05 17.17 1.63 -
YUV 73.99 87.38 239.99 -
System Red Green Blue C M Y K H S L
Decimal 231 8 2 0 0.97 0.99 0.09 1.57 0.98 0.46
Hex E7 8 2 0 61 63 9 2 62 2E
Octal 347 10 2 0 141 143 11 2 142 56
Binary 11100111 1000 10 0 1100001 1100011 1001 10 1100010 101110

Color Harmonies of #E70802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70802

Black with #E70802

Text Example


Text Example

White with #E70802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70802; }

 p { color: rgb(231,8,2); }

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

background-color css

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

 a { background-color: rgb(231,8,2); }

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

border-color css

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

 span { border-color: rgb(231,8,2); }

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