#FF0010

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

Shades of Torch Red #FF0010

Tints of Torch Red #FF0010

Color information

#FF0010 (or 0xFF0010) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 10. RGB value is (255,0,16). Sum of RGB (Red+Green+Blue) = 255+0+16=271 (35% of max value = 765). Red value is 255 (100% from 255 or 94.10% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0010 is #00FFEF. Grayscale: #4E4E4E. Windows color (decimal): -65520 or 1048831. OLE color: 1048831.

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

Color convert

RGB255016-
CMYK010.940
HSL356.24º100%50%-
HSV(B)356.24º100%100%-
XYZ41.3321.32.42-
YUV78.0792.98254.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 94.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 5.90%
R=94.10%
G=0%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255016010.940356.2410050
HexFF0100645E01646432
Octal3770200144136054414462
Binary1111111101000001100100101111001011001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0010; }

 p { color: rgb(255,0,16); }

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

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

 a { background-color: rgb(255,0,16); }

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

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

 span { border-color: rgb(255,0,16); }

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