Html Css Color HEX #E80027 Torch Red

📋 copy color: '#E80027'

red 232 ◦ green 0 ◦ blue 39

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

Shades of Torch Red #E80027

Tints of Torch Red #E80027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.39%

R = 85.61%
G = 0%
B = 14.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E80027 (or 0xE80027) is known color: Torch Red. HEX triplet: E8, 00 and 27. RGB value is (232,0,39). Sum of RGB (Red+Green+Blue) = 232+0+39=271 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.61% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 232 - color contains mainly: red. Hex color #E80027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80027 is #17FFD8. Grayscale: #494949. Windows color (decimal): -1572825 or 2556136. OLE color: 2556136.

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

Color convert

RGB 232 0 39 -
CMYK 0 1 0.83 0.09
HSL 349.91º 1% 0.45% -
HSV(B) 349.91º 1% 0.91% -
XYZ 33.64 17.3 3.49 -
YUV 73.81 108.36 240.83 -
System Red Green Blue C M Y K H S L
Decimal 232 0 39 0 1 0.83 0.09 349.91 1 0.45
Hex E8 0 27 0 64 53 9 15E 64 2D
Octal 350 0 47 0 144 123 11 536 144 55
Binary 11101000 0 100111 0 1100100 1010011 1001 101011110 1100100 101101

Color Harmonies of #E80027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80027

Black with #E80027

Text Example


Text Example

White with #E80027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80027; }

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

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

background-color css

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

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

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

border-color css

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

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

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