Html Css Color HEX #E70501 Red

📋 copy color: '#E70501'

red 231 ◦ green 5 ◦ blue 1

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

Shades of Red #E70501

Tints of Red #E70501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

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

R = 97.47%
G = 2.11%
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

#E70501 (or 0xE70501) is known color: Red. HEX triplet: E7, 05 and 01. RGB value is (231,5,1). Sum of RGB (Red+Green+Blue) = 231+5+1=237 (31% of max value = 765). Red value is 231 (90.62% from 255 or 97.47% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 231 - color contains mainly: red. Hex color #E70501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70501 is #18FAFE. Grayscale: #484848. Windows color (decimal): -1637119 or 67047. OLE color: 67047.

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

Color convert

RGB 231 5 1 -
CMYK 0 0.98 1.00 0.09
HSL 1.04º 0.99% 0.45% -
HSV(B) 1.04º 1% 0.91% -
XYZ 33.01 17.1 1.59 -
YUV 72.12 87.87 241.33 -
System Red Green Blue C M Y K H S L
Decimal 231 5 1 0 0.98 1.00 0.09 1.04 0.99 0.45
Hex E7 5 1 0 62 64 9 1 63 2D
Octal 347 5 1 0 142 144 11 1 143 55
Binary 11100111 101 1 0 1100010 1100100 1001 1 1100011 101101

Color Harmonies of #E70501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70501

Black with #E70501

Text Example


Text Example

White with #E70501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70501; }

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

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

background-color css

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

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

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

border-color css

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

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

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