#FF1135

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

Shades of Torch Red #FF1135

Tints of Torch Red #FF1135

Color information

#FF1135 (or 0xFF1135) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 35. RGB value is (255,17,53). Sum of RGB (Red+Green+Blue) = 255+17+53=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1135 is #00EECA. Grayscale: #5C5C5C. Windows color (decimal): -61131 or 3478015. OLE color: 3478015.

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

Color convert

RGB2551753-
CMYK00.930.790
HSL350.92º100%53.33%-
HSV(B)350.92º93.33%100%-
XYZ42.0821.925.38-
YUV92.27105.85244.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.46%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=78.46%
G=5.23%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255175300.930.790350.9210053.33
HexFF113505D4F015f6435
Octal37721650135117053714465
Binary111111111000111010101011101100111101010111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1135; }

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

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

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

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

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

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

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

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