Html Css Color HEX #E70301 Red

📋 copy color: '#E70301'

red 231 ◦ green 3 ◦ blue 1

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

Shades of Red #E70301

Tints of Red #E70301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 98.3%
G = 1.28%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E70301 (or 0xE70301) is known color: Red. HEX triplet: E7, 03 and 01. RGB value is (231,3,1). Sum of RGB (Red+Green+Blue) = 231+3+1=235 (31% of max value = 765). Red value is 231 (90.62% from 255 or 98.30% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 231 - color contains mainly: red. Hex color #E70301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70301 is #18FCFE. Grayscale: #474747. Windows color (decimal): -1637631 or 66535. OLE color: 66535.

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

Color convert

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

Color Harmonies of #E70301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70301

Black with #E70301

Text Example


Text Example

White with #E70301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70301; }

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

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

background-color css

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

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

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

border-color css

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

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

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