Html Css Color HEX #E71000 Red

📋 copy color: '#E71000'

red 231 ◦ green 16 ◦ blue 0

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

Shades of Red #E71000

Tints of Red #E71000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.52%
G = 6.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E71000 (or 0xE71000) is known color: Red. HEX triplet: E7, 10 and 00. RGB value is (231,16,0). Sum of RGB (Red+Green+Blue) = 231+16+0=247 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.52% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 231 - color contains mainly: red. Hex color #E71000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71000 is #18EFFF. Grayscale: #4E4E4E. Windows color (decimal): -1634304 or 4327. OLE color: 4327.

HSL color Cylindrical-coordinate representation of color #E71000: hue angle of 4.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E71000 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 0 -
CMYK 0 0.93 1 0.09
HSL 4.16º 1% 0.45% -
HSV(B) 4.16º 1% 0.91% -
XYZ 33.14 17.36 1.6 -
YUV 78.46 83.73 236.8 -
System Red Green Blue C M Y K H S L
Decimal 231 16 0 0 0.93 1 0.09 4.16 1 0.45
Hex E7 10 0 0 5D 64 9 4 64 2D
Octal 347 20 0 0 135 144 11 4 144 55
Binary 11100111 10000 0 0 1011101 1100100 1001 100 1100100 101101

Color Harmonies of #E71000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71000

Black with #E71000

Text Example


Text Example

White with #E71000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71000; }

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

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

background-color css

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

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

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

border-color css

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

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

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