Html Css Color HEX #E8002A Torch Red

📋 copy color: '#E8002A'

red 232 ◦ green 0 ◦ blue 42

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

Shades of Torch Red #E8002A

Tints of Torch Red #E8002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 84.67%
G = 0%
B = 15.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8002A (or 0xE8002A) is known color: Torch Red. HEX triplet: E8, 00 and 2A. RGB value is (232,0,42). Sum of RGB (Red+Green+Blue) = 232+0+42=274 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.67% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 232 - color contains mainly: red. Hex color #E8002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8002A is #17FFD5. Grayscale: #4A4A4A. Windows color (decimal): -1572822 or 2752744. OLE color: 2752744.

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

Color convert

RGB 232 0 42 -
CMYK 0 1 0.82 0.09
HSL 349.14º 1% 0.45% -
HSV(B) 349.14º 1% 0.91% -
XYZ 33.7 17.32 3.76 -
YUV 74.16 109.86 240.58 -
System Red Green Blue C M Y K H S L
Decimal 232 0 42 0 1 0.82 0.09 349.14 1 0.45
Hex E8 0 2A 0 64 52 9 15D 64 2D
Octal 350 0 52 0 144 122 11 535 144 55
Binary 11101000 0 101010 0 1100100 1010010 1001 101011101 1100100 101101

Color Harmonies of #E8002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8002A

Black with #E8002A

Text Example


Text Example

White with #E8002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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