Html Css Color HEX #E70324 Torch Red

📋 copy color: '#E70324'

red 231 ◦ green 3 ◦ blue 36

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

Shades of Torch Red #E70324

Tints of Torch Red #E70324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 85.56%
G = 1.11%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E70324 (or 0xE70324) is known color: Torch Red. HEX triplet: E7, 03 and 24. RGB value is (231,3,36). Sum of RGB (Red+Green+Blue) = 231+3+36=270 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.56% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 231 - color contains mainly: red. Hex color #E70324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70324 is #18FCDB. Grayscale: #4B4B4B. Windows color (decimal): -1637596 or 2360295. OLE color: 2360295.

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

Color convert

RGB 231 3 36 -
CMYK 0 0.99 0.84 0.09
HSL 351.32º 0.97% 0.46% -
HSV(B) 351.32º 0.99% 0.91% -
XYZ 33.31 17.18 3.23 -
YUV 74.93 106.04 239.32 -
System Red Green Blue C M Y K H S L
Decimal 231 3 36 0 0.99 0.84 0.09 351.32 0.97 0.46
Hex E7 3 24 0 63 54 9 15F 61 2E
Octal 347 3 44 0 143 124 11 537 141 56
Binary 11100111 11 100100 0 1100011 1010100 1001 101011111 1100001 101110

Color Harmonies of #E70324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70324

Black with #E70324

Text Example


Text Example

White with #E70324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70324; }

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

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

background-color css

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

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

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

border-color css

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

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

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