Html Css Color HEX #E70800 Red

📋 copy color: '#E70800'

red 231 ◦ green 8 ◦ blue 0

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

Shades of Red #E70800

Tints of Red #E70800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.65%
G = 3.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E70800 (or 0xE70800) is known color: Red. HEX triplet: E7, 08 and 00. RGB value is (231,8,0). Sum of RGB (Red+Green+Blue) = 231+8+0=239 (31% of max value = 765). Red value is 231 (90.62% from 255 or 96.65% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 231 - color contains mainly: red. Hex color #E70800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70800 is #18F7FF. Grayscale: #4A4A4A. Windows color (decimal): -1636352 or 2279. OLE color: 2279.

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

Color convert

RGB 231 8 0 -
CMYK 0 0.97 1 0.09
HSL 2.08º 1% 0.45% -
HSV(B) 2.08º 1% 0.91% -
XYZ 33.04 17.16 1.57 -
YUV 73.77 86.38 240.15 -
System Red Green Blue C M Y K H S L
Decimal 231 8 0 0 0.97 1 0.09 2.08 1 0.45
Hex E7 8 0 0 61 64 9 2 64 2D
Octal 347 10 0 0 141 144 11 2 144 55
Binary 11100111 1000 0 0 1100001 1100100 1001 10 1100100 101101

Color Harmonies of #E70800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70800

Black with #E70800

Text Example


Text Example

White with #E70800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70800; }

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

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

background-color css

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

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

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

border-color css

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

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

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