#FF1127

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

Shades of Torch Red #FF1127

Tints of Torch Red #FF1127

Color information

#FF1127 (or 0xFF1127) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 27. RGB value is (255,17,39). Sum of RGB (Red+Green+Blue) = 255+17+39=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1127 is #00EED8. Grayscale: #5A5A5A. Windows color (decimal): -61145 or 2560511. OLE color: 2560511.

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

Color convert

RGB2551739-
CMYK00.930.850
HSL354.45º100%53.33%-
HSV(B)354.45º93.33%100%-
XYZ41.8121.813.93-
YUV90.6798.85245.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 81.99%
GREEN value IS 17 (7.03% from 255) = 5.47%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=81.99%
G=5.47%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255173900.930.850354.4510053.33
HexFF112705D5501626435
Octal37721470135125054214465
Binary111111111000110011101011101101010101011000101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1127; }

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

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

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

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

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

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

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

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