Html Css Color HEX #E60425 Torch Red

📋 copy color: '#E60425'

red 230 ◦ green 4 ◦ blue 37

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

Shades of Torch Red #E60425

Tints of Torch Red #E60425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 84.87%
G = 1.48%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E60425 (or 0xE60425) is known color: Torch Red. HEX triplet: E6, 04 and 25. RGB value is (230,4,37). Sum of RGB (Red+Green+Blue) = 230+4+37=271 (35% of max value = 765). Red value is 230 (90.23% from 255 or 84.87% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 230 - color contains mainly: red. Hex color #E60425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60425 is #19FBDA. Grayscale: #4B4B4B. Windows color (decimal): -1702875 or 2426086. OLE color: 2426086.

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

Color convert

RGB 230 4 37 -
CMYK 0 0.98 0.84 0.10
HSL 351.24º 0.97% 0.46% -
HSV(B) 351.24º 0.98% 0.9% -
XYZ 33.01 17.04 3.3 -
YUV 75.34 106.37 238.32 -
System Red Green Blue C M Y K H S L
Decimal 230 4 37 0 0.98 0.84 0.10 351.24 0.97 0.46
Hex E6 4 25 0 62 54 A 15F 61 2E
Octal 346 4 45 0 142 124 12 537 141 56
Binary 11100110 100 100101 0 1100010 1010100 1010 101011111 1100001 101110

Color Harmonies of #E60425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60425

Black with #E60425

Text Example


Text Example

White with #E60425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60425; }

 p { color: rgb(230,4,37); }

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

background-color css

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

 a { background-color: rgb(230,4,37); }

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

border-color css

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

 span { border-color: rgb(230,4,37); }

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