Html Css Color HEX #E60525 Torch Red

📋 copy color: '#E60525'

red 230 ◦ green 5 ◦ blue 37

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

Shades of Torch Red #E60525

Tints of Torch Red #E60525

RGB

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

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

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

R = 84.56%
G = 1.84%
B = 13.6%

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

#E60525 (or 0xE60525) is known color: Torch Red. HEX triplet: E6, 05 and 25. RGB value is (230,5,37). Sum of RGB (Red+Green+Blue) = 230+5+37=272 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.56% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 230 - color contains mainly: red. Hex color #E60525 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60525 is #19FADA. Grayscale: #4C4C4C. Windows color (decimal): -1702619 or 2426342. OLE color: 2426342.

HSL color Cylindrical-coordinate representation of color #E60525: hue angle of 351.47º degrees, saturation: 0.96, 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 #E60525 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 37 -
CMYK 0 0.98 0.84 0.10
HSL 351.47º 0.96% 0.46% -
HSV(B) 351.47º 0.98% 0.9% -
XYZ 33.02 17.07 3.3 -
YUV 75.92 106.04 237.9 -
System Red Green Blue C M Y K H S L
Decimal 230 5 37 0 0.98 0.84 0.10 351.47 0.96 0.46
Hex E6 5 25 0 62 54 A 15F 60 2E
Octal 346 5 45 0 142 124 12 537 140 56
Binary 11100110 101 100101 0 1100010 1010100 1010 101011111 1100000 101110

Color Harmonies of #E60525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60525

Black with #E60525

Text Example


Text Example

White with #E60525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60525; }

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

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

background-color css

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

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

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

border-color css

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

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

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