Html Css Color HEX #E70728 Torch Red

📋 copy color: '#E70728'

red 231 ◦ green 7 ◦ blue 40

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

Shades of Torch Red #E70728

Tints of Torch Red #E70728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

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

R = 83.09%
G = 2.52%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E70728 (or 0xE70728) is known color: Torch Red. HEX triplet: E7, 07 and 28. RGB value is (231,7,40). Sum of RGB (Red+Green+Blue) = 231+7+40=278 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.09% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 231 - color contains mainly: red. Hex color #E70728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70728 is #18F8D7. Grayscale: #4D4D4D. Windows color (decimal): -1636568 or 2623463. OLE color: 2623463.

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

Color convert

RGB 231 7 40 -
CMYK 0 0.97 0.83 0.09
HSL 351.16º 0.94% 0.47% -
HSV(B) 351.16º 0.97% 0.91% -
XYZ 33.41 17.29 3.58 -
YUV 77.74 106.71 237.32 -
System Red Green Blue C M Y K H S L
Decimal 231 7 40 0 0.97 0.83 0.09 351.16 0.94 0.47
Hex E7 7 28 0 61 53 9 15F 5E 2F
Octal 347 7 50 0 141 123 11 537 136 57
Binary 11100111 111 101000 0 1100001 1010011 1001 101011111 1011110 101111

Color Harmonies of #E70728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70728

Black with #E70728

Text Example


Text Example

White with #E70728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70728; }

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

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

background-color css

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

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

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

border-color css

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

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

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