Html Css Color HEX #E70300 Red

📋 copy color: '#E70300'

red 231 ◦ green 3 ◦ blue 0

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

Shades of Red #E70300

Tints of Red #E70300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 98.72%
G = 1.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E70300 (or 0xE70300) is known color: Red. HEX triplet: E7, 03 and 00. RGB value is (231,3,0). Sum of RGB (Red+Green+Blue) = 231+3+0=234 (30% of max value = 765). Red value is 231 (90.62% from 255 or 98.72% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 231 - color contains mainly: red. Hex color #E70300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70300 is #18FCFF. Grayscale: #474747. Windows color (decimal): -1637632 or 999. OLE color: 999.

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

Color convert

RGB 231 3 0 -
CMYK 0 0.99 1 0.09
HSL 0.78º 1% 0.45% -
HSV(B) 0.78º 1% 0.91% -
XYZ 32.99 17.05 1.55 -
YUV 70.83 88.04 242.24 -
System Red Green Blue C M Y K H S L
Decimal 231 3 0 0 0.99 1 0.09 0.78 1 0.45
Hex E7 3 0 0 63 64 9 1 64 2D
Octal 347 3 0 0 143 144 11 1 144 55
Binary 11100111 11 0 0 1100011 1100100 1001 1 1100100 101101

Color Harmonies of #E70300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70300

Black with #E70300

Text Example


Text Example

White with #E70300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70300; }

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

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

background-color css

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

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

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

border-color css

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

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

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