Html Css Color HEX #E70601 Red

📋 copy color: '#E70601'

red 231 ◦ green 6 ◦ blue 1

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

Shades of Red #E70601

Tints of Red #E70601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 97.06%
G = 2.52%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E70601 (or 0xE70601) is known color: Red. HEX triplet: E7, 06 and 01. RGB value is (231,6,1). Sum of RGB (Red+Green+Blue) = 231+6+1=238 (31% of max value = 765). Red value is 231 (90.62% from 255 or 97.06% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 231 - color contains mainly: red. Hex color #E70601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70601 is #18F9FE. Grayscale: #484848. Windows color (decimal): -1636863 or 67303. OLE color: 67303.

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

Color convert

RGB 231 6 1 -
CMYK 0 0.97 1.00 0.09
HSL 1.3º 0.99% 0.45% -
HSV(B) 1.3º 1% 0.91% -
XYZ 33.03 17.12 1.59 -
YUV 72.71 87.54 240.91 -
System Red Green Blue C M Y K H S L
Decimal 231 6 1 0 0.97 1.00 0.09 1.3 0.99 0.45
Hex E7 6 1 0 61 64 9 1 63 2D
Octal 347 6 1 0 141 144 11 1 143 55
Binary 11100111 110 1 0 1100001 1100100 1001 1 1100011 101101

Color Harmonies of #E70601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70601

Black with #E70601

Text Example


Text Example

White with #E70601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70601; }

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

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

background-color css

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

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

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

border-color css

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

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

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