#FF1010

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

Shades of Red #FF1010

Tints of Red #FF1010

Color information

#FF1010 (or 0xFF1010) is unknown color: approx Red. HEX triplet: FF, 10 and 10. RGB value is (255,16,16). Sum of RGB (Red+Green+Blue) = 255+16+16=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1010 is #00EFEF. Grayscale: #575757. Windows color (decimal): -61424 or 1052927. OLE color: 1052927.

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

Color convert

RGB2551616-
CMYK00.940.940
HSL100%53.14%-
HSV(B)93.73%100%-
XYZ41.5221.672.48-
YUV87.4687.68247.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 88.85%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 16 (6.64% from 255) = 5.57%
R=88.85%
G=5.57%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255161600.940.940010053.14
HexFF101005E5E006435
Octal377202001361360014465
Binary111111111000010000010111101011110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1010; }

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

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

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

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

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

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

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

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