Html Css Color HEX #E8002B Torch Red

📋 copy color: '#E8002B'

red 232 ◦ green 0 ◦ blue 43

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

Shades of Torch Red #E8002B

Tints of Torch Red #E8002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 84.36%
G = 0%
B = 15.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8002B (or 0xE8002B) is known color: Torch Red. HEX triplet: E8, 00 and 2B. RGB value is (232,0,43). Sum of RGB (Red+Green+Blue) = 232+0+43=275 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 232 - color contains mainly: red. Hex color #E8002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8002B is #17FFD4. Grayscale: #4A4A4A. Windows color (decimal): -1572821 or 2818280. OLE color: 2818280.

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

Color convert

RGB 232 0 43 -
CMYK 0 1 0.81 0.09
HSL 348.88º 1% 0.45% -
HSV(B) 348.88º 1% 0.91% -
XYZ 33.71 17.33 3.85 -
YUV 74.27 110.36 240.5 -
System Red Green Blue C M Y K H S L
Decimal 232 0 43 0 1 0.81 0.09 348.88 1 0.45
Hex E8 0 2B 0 64 51 9 15D 64 2D
Octal 350 0 53 0 144 121 11 535 144 55
Binary 11101000 0 101011 0 1100100 1010001 1001 101011101 1100100 101101

Color Harmonies of #E8002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8002B

Black with #E8002B

Text Example


Text Example

White with #E8002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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