Html Css Color HEX #E81000 Red

📋 copy color: '#E81000'

red 232 ◦ green 16 ◦ blue 0

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

Shades of Red #E81000

Tints of Red #E81000

RGB

 RED value IS 232 (91.02% from 255) = 93.55%

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

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

R = 93.55%
G = 6.45%
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

#E81000 (or 0xE81000) is known color: Red. HEX triplet: E8, 10 and 00. RGB value is (232,16,0). Sum of RGB (Red+Green+Blue) = 232+16+0=248 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.55% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 232 - color contains mainly: red. Hex color #E81000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81000 is #17EFFF. Grayscale: #4F4F4F. Windows color (decimal): -1568768 or 4328. OLE color: 4328.

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

Color convert

RGB 232 16 0 -
CMYK 0 0.93 1 0.09
HSL 4.14º 1% 0.45% -
HSV(B) 4.14º 1% 0.91% -
XYZ 33.46 17.53 1.62 -
YUV 78.76 83.56 237.3 -
System Red Green Blue C M Y K H S L
Decimal 232 16 0 0 0.93 1 0.09 4.14 1 0.45
Hex E8 10 0 0 5D 64 9 4 64 2D
Octal 350 20 0 0 135 144 11 4 144 55
Binary 11101000 10000 0 0 1011101 1100100 1001 100 1100100 101101

Color Harmonies of #E81000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81000

Black with #E81000

Text Example


Text Example

White with #E81000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81000; }

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

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

background-color css

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

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

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

border-color css

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

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

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