Html Css Color HEX #E70321 Torch Red

📋 copy color: '#E70321'

red 231 ◦ green 3 ◦ blue 33

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

Shades of Torch Red #E70321

Tints of Torch Red #E70321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 86.52%
G = 1.12%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E70321 (or 0xE70321) is known color: Torch Red. HEX triplet: E7, 03 and 21. RGB value is (231,3,33). Sum of RGB (Red+Green+Blue) = 231+3+33=267 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.52% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 231 - color contains mainly: red. Hex color #E70321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70321 is #18FCDE. Grayscale: #4A4A4A. Windows color (decimal): -1637599 or 2163687. OLE color: 2163687.

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

Color convert

RGB 231 3 33 -
CMYK 0 0.99 0.86 0.09
HSL 352.11º 0.97% 0.46% -
HSV(B) 352.11º 0.99% 0.91% -
XYZ 33.26 17.16 3 -
YUV 74.59 104.54 239.56 -
System Red Green Blue C M Y K H S L
Decimal 231 3 33 0 0.99 0.86 0.09 352.11 0.97 0.46
Hex E7 3 21 0 63 56 9 160 61 2E
Octal 347 3 41 0 143 126 11 540 141 56
Binary 11100111 11 100001 0 1100011 1010110 1001 101100000 1100001 101110

Color Harmonies of #E70321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70321

Black with #E70321

Text Example


Text Example

White with #E70321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70321; }

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

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

background-color css

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

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

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

border-color css

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

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

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