Html Css Color HEX #FF1240 Torch Red

📋 copy color: '#FF1240'

red 255 ◦ green 18 ◦ blue 64

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

Shades of Torch Red #FF1240

Tints of Torch Red #FF1240

RGB

 RED value IS 255 (100% from 255) = 75.67%

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 75.67%
G = 5.34%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF1240 (or 0xFF1240) is known color: Torch Red. HEX triplet: FF, 12 and 40. RGB value is (255,18,64). Sum of RGB (Red+Green+Blue) = 255+18+64=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1240 is #00EDBF. Grayscale: #5E5E5E. Windows color (decimal): -60864 or 4199167. OLE color: 4199167.

HSL color Cylindrical-coordinate representation of color #FF1240: hue angle of 348.35º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1240 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 64 -
CMYK 0 0.93 0.75 0
HSL 348.35º 1% 0.54% -
HSV(B) 348.35º 0.93% 1% -
XYZ 42.38 22.06 6.88 -
YUV 94.11 111.02 242.76 -
System Red Green Blue C M Y K H S L
Decimal 255 18 64 0 0.93 0.75 0 348.35 1 0.54
Hex FF 12 40 0 5D 4B 0 15C 64 36
Octal 377 22 100 0 135 113 0 534 144 66
Binary 11111111 10010 1000000 0 1011101 1001011 0 101011100 1100100 110110

Color Harmonies of #FF1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1240

Black with #FF1240

Text Example


Text Example

White with #FF1240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1240; }

 p { color: rgb(255,18,64); }

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

background-color css

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

 a { background-color: rgb(255,18,64); }

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

border-color css

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

 span { border-color: rgb(255,18,64); }

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