Html Css Color HEX #E60326 Torch Red

📋 copy color: '#E60326'

red 230 ◦ green 3 ◦ blue 38

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

Shades of Torch Red #E60326

Tints of Torch Red #E60326

RGB

 RED value IS 230 (90.23% from 255) = 84.87%

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 84.87%
G = 1.11%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E60326 (or 0xE60326) is known color: Torch Red. HEX triplet: E6, 03 and 26. RGB value is (230,3,38). Sum of RGB (Red+Green+Blue) = 230+3+38=271 (35% of max value = 765). Red value is 230 (90.23% from 255 or 84.87% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 230 - color contains mainly: red. Hex color #E60326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60326 is #19FCD9. Grayscale: #4A4A4A. Windows color (decimal): -1703130 or 2491366. OLE color: 2491366.

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

Color convert

RGB 230 3 38 -
CMYK 0 0.99 0.83 0.10
HSL 350.75º 0.97% 0.46% -
HSV(B) 350.75º 0.99% 0.9% -
XYZ 33.02 17.03 3.38 -
YUV 74.86 107.21 238.65 -
System Red Green Blue C M Y K H S L
Decimal 230 3 38 0 0.99 0.83 0.10 350.75 0.97 0.46
Hex E6 3 26 0 63 53 A 15F 61 2E
Octal 346 3 46 0 143 123 12 537 141 56
Binary 11100110 11 100110 0 1100011 1010011 1010 101011111 1100001 101110

Color Harmonies of #E60326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60326

Black with #E60326

Text Example


Text Example

White with #E60326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60326; }

 p { color: rgb(230,3,38); }

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

background-color css

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

 a { background-color: rgb(230,3,38); }

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

border-color css

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

 span { border-color: rgb(230,3,38); }

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