Html Css Color HEX #E60324 Torch Red

📋 copy color: '#E60324'

red 230 ◦ green 3 ◦ blue 36

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

Shades of Torch Red #E60324

Tints of Torch Red #E60324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 85.5%
G = 1.12%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E60324 (or 0xE60324) is known color: Torch Red. HEX triplet: E6, 03 and 24. RGB value is (230,3,36). Sum of RGB (Red+Green+Blue) = 230+3+36=269 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.50% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 230 - color contains mainly: red. Hex color #E60324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60324 is #19FCDB. Grayscale: #4A4A4A. Windows color (decimal): -1703132 or 2360294. OLE color: 2360294.

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

Color convert

RGB 230 3 36 -
CMYK 0 0.99 0.84 0.10
HSL 351.28º 0.97% 0.46% -
HSV(B) 351.28º 0.99% 0.9% -
XYZ 32.98 17.02 3.21 -
YUV 74.64 106.21 238.82 -
System Red Green Blue C M Y K H S L
Decimal 230 3 36 0 0.99 0.84 0.10 351.28 0.97 0.46
Hex E6 3 24 0 63 54 A 15F 61 2E
Octal 346 3 44 0 143 124 12 537 141 56
Binary 11100110 11 100100 0 1100011 1010100 1010 101011111 1100001 101110

Color Harmonies of #E60324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60324

Black with #E60324

Text Example


Text Example

White with #E60324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60324; }

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

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

background-color css

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

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

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

border-color css

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

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

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