Html Css Color HEX #E70028 Torch Red

📋 copy color: '#E70028'

red 231 ◦ green 0 ◦ blue 40

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

Shades of Torch Red #E70028

Tints of Torch Red #E70028

RGB

 RED value IS 231 (90.63% from 255) = 85.24%

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

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

R = 85.24%
G = 0%
B = 14.76%

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

#E70028 (or 0xE70028) is known color: Torch Red. HEX triplet: E7, 00 and 28. RGB value is (231,0,40). Sum of RGB (Red+Green+Blue) = 231+0+40=271 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.24% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 231 - color contains mainly: red. Hex color #E70028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70028 is #18FFD7. Grayscale: #494949. Windows color (decimal): -1638360 or 2621671. OLE color: 2621671.

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

Color convert

RGB 231 0 40 -
CMYK 0 1 0.83 0.09
HSL 349.61º 1% 0.45% -
HSV(B) 349.61º 1% 0.91% -
XYZ 33.34 17.14 3.56 -
YUV 73.63 109.03 240.25 -
System Red Green Blue C M Y K H S L
Decimal 231 0 40 0 1 0.83 0.09 349.61 1 0.45
Hex E7 0 28 0 64 53 9 15E 64 2D
Octal 347 0 50 0 144 123 11 536 144 55
Binary 11100111 0 101000 0 1100100 1010011 1001 101011110 1100100 101101

Color Harmonies of #E70028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70028

Black with #E70028

Text Example


Text Example

White with #E70028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70028; }

 p { color: rgb(231,0,40); }

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

background-color css

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

 a { background-color: rgb(231,0,40); }

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

border-color css

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

 span { border-color: rgb(231,0,40); }

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