Html Css Color HEX #E71001 Red

📋 copy color: '#E71001'

red 231 ◦ green 16 ◦ blue 1

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

Shades of Red #E71001

Tints of Red #E71001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 93.15%
G = 6.45%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E71001 (or 0xE71001) is known color: Red. HEX triplet: E7, 10 and 01. RGB value is (231,16,1). Sum of RGB (Red+Green+Blue) = 231+16+1=248 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.15% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 231 - color contains mainly: red. Hex color #E71001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71001 is #18EFFE. Grayscale: #4E4E4E. Windows color (decimal): -1634303 or 69863. OLE color: 69863.

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

Color convert

RGB 231 16 1 -
CMYK 0 0.93 1.00 0.09
HSL 3.91º 0.99% 0.45% -
HSV(B) 3.91º 1% 0.91% -
XYZ 33.15 17.36 1.63 -
YUV 78.58 84.23 236.72 -
System Red Green Blue C M Y K H S L
Decimal 231 16 1 0 0.93 1.00 0.09 3.91 0.99 0.45
Hex E7 10 1 0 5D 64 9 4 63 2D
Octal 347 20 1 0 135 144 11 4 143 55
Binary 11100111 10000 1 0 1011101 1100100 1001 100 1100011 101101

Color Harmonies of #E71001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71001

Black with #E71001

Text Example


Text Example

White with #E71001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71001; }

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

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

background-color css

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

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

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

border-color css

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

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

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