Html Css Color HEX #E70F01 Red

📋 copy color: '#E70F01'

red 231 ◦ green 15 ◦ blue 1

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

Shades of Red #E70F01

Tints of Red #E70F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

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

R = 93.52%
G = 6.07%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E70F01 (or 0xE70F01) is known color: Red. HEX triplet: E7, 0F and 01. RGB value is (231,15,1). Sum of RGB (Red+Green+Blue) = 231+15+1=247 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.52% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F01 is #18F0FE. Grayscale: #4E4E4E. Windows color (decimal): -1634559 or 69607. OLE color: 69607.

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

Color convert

RGB 231 15 1 -
CMYK 0 0.94 1.00 0.09
HSL 3.65º 0.99% 0.45% -
HSV(B) 3.65º 1% 0.91% -
XYZ 33.13 17.33 1.63 -
YUV 77.99 84.56 237.14 -
System Red Green Blue C M Y K H S L
Decimal 231 15 1 0 0.94 1.00 0.09 3.65 0.99 0.45
Hex E7 F 1 0 5E 64 9 4 63 2D
Octal 347 17 1 0 136 144 11 4 143 55
Binary 11100111 1111 1 0 1011110 1100100 1001 100 1100011 101101

Color Harmonies of #E70F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70F01

Black with #E70F01

Text Example


Text Example

White with #E70F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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