Html Css Color HEX #E80030 Torch Red

📋 copy color: '#E80030'

red 232 ◦ green 0 ◦ blue 48

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

Shades of Torch Red #E80030

Tints of Torch Red #E80030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 82.86%
G = 0%
B = 17.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E80030 (or 0xE80030) is known color: Torch Red. HEX triplet: E8, 00 and 30. RGB value is (232,0,48). Sum of RGB (Red+Green+Blue) = 232+0+48=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E80030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80030 is #17FFCF. Grayscale: #4A4A4A. Windows color (decimal): -1572816 or 3145960. OLE color: 3145960.

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

Color convert

RGB 232 0 48 -
CMYK 0 1 0.79 0.09
HSL 347.59º 1% 0.45% -
HSV(B) 347.59º 1% 0.91% -
XYZ 33.81 17.37 4.37 -
YUV 74.84 112.86 240.1 -
System Red Green Blue C M Y K H S L
Decimal 232 0 48 0 1 0.79 0.09 347.59 1 0.45
Hex E8 0 30 0 64 4F 9 15C 64 2D
Octal 350 0 60 0 144 117 11 534 144 55
Binary 11101000 0 110000 0 1100100 1001111 1001 101011100 1100100 101101

Color Harmonies of #E80030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80030

Black with #E80030

Text Example


Text Example

White with #E80030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80030; }

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

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

background-color css

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

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

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

border-color css

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

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

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