Html Css Color HEX #E70024 Torch Red

📋 copy color: '#E70024'

red 231 ◦ green 0 ◦ blue 36

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

Shades of Torch Red #E70024

Tints of Torch Red #E70024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 86.52%
G = 0%
B = 13.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E70024 (or 0xE70024) is known color: Torch Red. HEX triplet: E7, 00 and 24. RGB value is (231,0,36). Sum of RGB (Red+Green+Blue) = 231+0+36=267 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.52% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 231 - color contains mainly: red. Hex color #E70024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70024 is #18FFDB. Grayscale: #494949. Windows color (decimal): -1638364 or 2359527. OLE color: 2359527.

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

Color convert

RGB 231 0 36 -
CMYK 0 1 0.84 0.09
HSL 350.65º 1% 0.45% -
HSV(B) 350.65º 1% 0.91% -
XYZ 33.27 17.12 3.22 -
YUV 73.17 107.03 240.57 -
System Red Green Blue C M Y K H S L
Decimal 231 0 36 0 1 0.84 0.09 350.65 1 0.45
Hex E7 0 24 0 64 54 9 15F 64 2D
Octal 347 0 44 0 144 124 11 537 144 55
Binary 11100111 0 100100 0 1100100 1010100 1001 101011111 1100100 101101

Color Harmonies of #E70024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70024

Black with #E70024

Text Example


Text Example

White with #E70024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70024; }

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

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

background-color css

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

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

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

border-color css

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

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

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