Html Css Color HEX #E70201 Red

📋 copy color: '#E70201'

red 231 ◦ green 2 ◦ blue 1

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

Shades of Red #E70201

Tints of Red #E70201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 98.72%
G = 0.85%
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

#E70201 (or 0xE70201) is known color: Red. HEX triplet: E7, 02 and 01. RGB value is (231,2,1). Sum of RGB (Red+Green+Blue) = 231+2+1=234 (30% of max value = 765). Red value is 231 (90.62% from 255 or 98.72% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 231 - color contains mainly: red. Hex color #E70201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70201 is #18FDFE. Grayscale: #464646. Windows color (decimal): -1637887 or 66279. OLE color: 66279.

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

Color convert

RGB 231 2 1 -
CMYK 0 0.99 1.00 0.09
HSL 0.26º 0.99% 0.45% -
HSV(B) 0.26º 1% 0.91% -
XYZ 32.98 17.03 1.58 -
YUV 70.36 88.87 242.58 -
System Red Green Blue C M Y K H S L
Decimal 231 2 1 0 0.99 1.00 0.09 0.26 0.99 0.45
Hex E7 2 1 0 63 64 9 0 63 2D
Octal 347 2 1 0 143 144 11 0 143 55
Binary 11100111 10 1 0 1100011 1100100 1001 0 1100011 101101

Color Harmonies of #E70201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70201

Black with #E70201

Text Example


Text Example

White with #E70201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70201; }

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

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

background-color css

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

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

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

border-color css

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

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

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