Html Css Color HEX #E70900 Red

📋 copy color: '#E70900'

red 231 ◦ green 9 ◦ blue 0

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

Shades of Red #E70900

Tints of Red #E70900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

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

R = 96.25%
G = 3.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E70900 (or 0xE70900) is known color: Red. HEX triplet: E7, 09 and 00. RGB value is (231,9,0). Sum of RGB (Red+Green+Blue) = 231+9+0=240 (31% of max value = 765). Red value is 231 (90.62% from 255 or 96.25% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 231 - color contains mainly: red. Hex color #E70900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70900 is #18F6FF. Grayscale: #4A4A4A. Windows color (decimal): -1636096 or 2535. OLE color: 2535.

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

Color convert

RGB 231 9 0 -
CMYK 0 0.96 1 0.09
HSL 2.34º 1% 0.45% -
HSV(B) 2.34º 1% 0.91% -
XYZ 33.05 17.18 1.57 -
YUV 74.35 86.05 239.73 -
System Red Green Blue C M Y K H S L
Decimal 231 9 0 0 0.96 1 0.09 2.34 1 0.45
Hex E7 9 0 0 60 64 9 2 64 2D
Octal 347 11 0 0 140 144 11 2 144 55
Binary 11100111 1001 0 0 1100000 1100100 1001 10 1100100 101101

Color Harmonies of #E70900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70900

Black with #E70900

Text Example


Text Example

White with #E70900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70900; }

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

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

background-color css

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

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

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

border-color css

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

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

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