#ff1111

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

Shades of Red #FF1111

Tints of Red #FF1111

Color information

#FF1111 (or 0xFF1111) is unknown color: approx Red. HEX triplet: FF, 11 and 11. RGB value is (255,17,17). Sum of RGB (Red+Green+Blue) = 255+17+17=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1111 is #00EEEE. Grayscale: #585858. Windows color (decimal): -61167 or 1118719. OLE color: 1118719.

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

Color convert

RGB2551717-
CMYK00.930.930
HSL100%53.33%-
HSV(B)93.33%100%-
XYZ41.5421.72.53-
YUV88.1687.85247-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 88.24%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=88.24%
G=5.88%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255171700.930.930010053.33
HexFF111105D5D006435
Octal377212101351350014465
Binary111111111000110001010111011011101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1111; }

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

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

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

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

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

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

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

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