#FF100F

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

Shades of Red #FF100F

Tints of Red #FF100F

Color information

#FF100F (or 0xFF100F) is unknown color: approx Red. HEX triplet: FF, 10 and 0F. RGB value is (255,16,15). Sum of RGB (Red+Green+Blue) = 255+16+15=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF100F is #00EFF0. Grayscale: #575757. Windows color (decimal): -61425 or 987391. OLE color: 987391.

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

Color convert

RGB2551615-
CMYK00.940.940
HSL0.25º100%52.94%-
HSV(B)0.25º94.12%100%-
XYZ41.5121.672.45-
YUV87.3587.18247.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 89.16%
GREEN value IS 16 (6.64% from 255) = 5.59%
BLUE value IS 15 (6.25% from 255) = 5.24%
R=89.16%
G=5.59%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255161500.940.9400.2510052.94
HexFF10F05E5E006435
Octal377201701361360014465
Binary11111111100001111010111101011110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF100F; }

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

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

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

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

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

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

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

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