#FF1124

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

Shades of Torch Red #FF1124

Tints of Torch Red #FF1124

Color information

#FF1124 (or 0xFF1124) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 24. RGB value is (255,17,36). Sum of RGB (Red+Green+Blue) = 255+17+36=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1124 is #00EEDB. Grayscale: #5A5A5A. Windows color (decimal): -61148 or 2363903. OLE color: 2363903.

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

Color convert

RGB2551736-
CMYK00.930.860
HSL355.21º100%53.33%-
HSV(B)355.21º93.33%100%-
XYZ41.7621.793.67-
YUV90.3397.35245.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 82.79%
GREEN value IS 17 (7.03% from 255) = 5.52%
BLUE value IS 36 (14.45% from 255) = 11.69%
R=82.79%
G=5.52%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255173600.930.860355.2110053.33
HexFF112405D5601636435
Octal37721440135126054314465
Binary111111111000110010001011101101011001011000111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1124; }

 p { color: rgb(255,17,36); }

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

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

 a { background-color: rgb(255,17,36); }

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

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

 span { border-color: rgb(255,17,36); }

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