#FF1219

Color #FF1219 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FF1219

Tints of Torch Red #FF1219

Color information

#FF1219 (or 0xFF1219) is unknown color: approx Torch Red. HEX triplet: FF, 12 and 19. RGB value is (255,18,25). Sum of RGB (Red+Green+Blue) = 255+18+25=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1219 is #00EDE6. Grayscale: #595959. Windows color (decimal): -60903 or 1643263. OLE color: 1643263.

HSL color Cylindrical-coordinate representation of color #FF1219: hue angle of 358.23º 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 #FF1219 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB2551825-
CMYK00.930.900
HSL358.23º100%53.53%-
HSV(B)358.23º92.94%100%-
XYZ41.6321.762.93-
YUV89.6691.52245.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 85.57%
GREEN value IS 18 (7.42% from 255) = 6.04%
BLUE value IS 25 (10.16% from 255) = 8.39%
R=85.57%
G=6.04%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255182500.930.900358.2310053.53
HexFF121905D5A01666436
Octal37722310135132054614466
Binary11111111100101100101011101101101001011001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1219; }

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

 H1.HeaderClassName
 {
   color: #FF1219;
 }
 .AnyTagClassName
 {
   color: #FF1219;
 }
</style>
background-color css

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

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

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

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

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

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