Html Css Color HEX #E70528 Torch Red

📋 copy color: '#E70528'

red 231 ◦ green 5 ◦ blue 40

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

Shades of Torch Red #E70528

Tints of Torch Red #E70528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 83.7%
G = 1.81%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E70528 (or 0xE70528) is known color: Torch Red. HEX triplet: E7, 05 and 28. RGB value is (231,5,40). Sum of RGB (Red+Green+Blue) = 231+5+40=276 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.70% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 231 - color contains mainly: red. Hex color #E70528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70528 is #18FAD7. Grayscale: #4C4C4C. Windows color (decimal): -1637080 or 2622951. OLE color: 2622951.

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

Color convert

RGB 231 5 40 -
CMYK 0 0.98 0.83 0.09
HSL 350.71º 0.96% 0.46% -
HSV(B) 350.71º 0.98% 0.91% -
XYZ 33.39 17.25 3.58 -
YUV 76.56 107.37 238.15 -
System Red Green Blue C M Y K H S L
Decimal 231 5 40 0 0.98 0.83 0.09 350.71 0.96 0.46
Hex E7 5 28 0 62 53 9 15F 60 2E
Octal 347 5 50 0 142 123 11 537 140 56
Binary 11100111 101 101000 0 1100010 1010011 1001 101011111 1100000 101110

Color Harmonies of #E70528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70528

Black with #E70528

Text Example


Text Example

White with #E70528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70528; }

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

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

background-color css

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

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

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

border-color css

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

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

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