Html Css Color HEX #E70401 Red

📋 copy color: '#E70401'

red 231 ◦ green 4 ◦ blue 1

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

Shades of Red #E70401

Tints of Red #E70401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 97.88%
G = 1.69%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E70401 (or 0xE70401) is known color: Red. HEX triplet: E7, 04 and 01. RGB value is (231,4,1). Sum of RGB (Red+Green+Blue) = 231+4+1=236 (31% of max value = 765). Red value is 231 (90.62% from 255 or 97.88% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 231 - color contains mainly: red. Hex color #E70401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70401 is #18FBFE. Grayscale: #474747. Windows color (decimal): -1637375 or 66791. OLE color: 66791.

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

Color convert

RGB 231 4 1 -
CMYK 0 0.98 1.00 0.09
HSL 0.78º 0.99% 0.45% -
HSV(B) 0.78º 1% 0.91% -
XYZ 33 17.08 1.59 -
YUV 71.53 88.21 241.74 -
System Red Green Blue C M Y K H S L
Decimal 231 4 1 0 0.98 1.00 0.09 0.78 0.99 0.45
Hex E7 4 1 0 62 64 9 1 63 2D
Octal 347 4 1 0 142 144 11 1 143 55
Binary 11100111 100 1 0 1100010 1100100 1001 1 1100011 101101

Color Harmonies of #E70401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70401

Black with #E70401

Text Example


Text Example

White with #E70401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70401; }

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

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

background-color css

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

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

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

border-color css

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

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

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