#FF010B

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

Shades of Torch Red #FF010B

Tints of Torch Red #FF010B

Color information

#FF010B (or 0xFF010B) is unknown color: approx Torch Red. HEX triplet: FF, 01 and 0B. RGB value is (255,1,11). Sum of RGB (Red+Green+Blue) = 255+1+11=267 (35% of max value = 765). Red value is 255 (100% from 255 or 95.51% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 255 - color contains mainly: red. Hex color #FF010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF010B is #00FEF4. Grayscale: #4E4E4E. Windows color (decimal): -65269 or 721407. OLE color: 721407.

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

Color convert

RGB255111-
CMYK01.000.960
HSL357.64º100%50.2%-
HSV(B)357.64º99.61%100%-
XYZ41.3121.312.25-
YUV78.0990.15254.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 95.51%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=95.51%
G=0.37%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.96
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511101.000.960357.6410050.2
HexFF1B0646001666432
Octal3771130144140054614462
Binary111111111101101100100110000001011001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF010B; }

 p { color: rgb(255,1,11); }

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

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

 a { background-color: rgb(255,1,11); }

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

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

 span { border-color: rgb(255,1,11); }

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