Html Css Color HEX #E80B28 Torch Red

📋 copy color: '#E80B28'

red 232 ◦ green 11 ◦ blue 40

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

Shades of Torch Red #E80B28

Tints of Torch Red #E80B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 81.98%
G = 3.89%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E80B28 (or 0xE80B28) is known color: Torch Red. HEX triplet: E8, 0B and 28. RGB value is (232,11,40). Sum of RGB (Red+Green+Blue) = 232+11+40=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B28 is #17F4D7. Grayscale: #505050. Windows color (decimal): -1570008 or 2624488. OLE color: 2624488.

HSL color Cylindrical-coordinate representation of color #E80B28: hue angle of 352.13º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80B28 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 11 40 -
CMYK 0 0.95 0.83 0.09
HSL 352.13º 0.91% 0.48% -
HSV(B) 352.13º 0.95% 0.91% -
XYZ 33.78 17.55 3.61 -
YUV 80.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 232 11 40 0 0.95 0.83 0.09 352.13 0.91 0.48
Hex E8 B 28 0 5F 53 9 160 5B 30
Octal 350 13 50 0 137 123 11 540 133 60
Binary 11101000 1011 101000 0 1011111 1010011 1001 101100000 1011011 110000

Color Harmonies of #E80B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B28

Black with #E80B28

Text Example


Text Example

White with #E80B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B28; }

 p { color: rgb(232,11,40); }

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

background-color css

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

 a { background-color: rgb(232,11,40); }

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

border-color css

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

 span { border-color: rgb(232,11,40); }

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