#FB1C11

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

Shades of Scarlet #FB1C11

Tints of Scarlet #FB1C11

Color information

#FB1C11 (or 0xFB1C11) is unknown color: approx Scarlet. HEX triplet: FB, 1C and 11. RGB value is (251,28,17). Sum of RGB (Red+Green+Blue) = 251+28+17=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C11 is #04E3EE. Grayscale: #5D5D5D. Windows color (decimal): -320495 or 1121531. OLE color: 1121531.

HSL color Cylindrical-coordinate representation of color #FB1C11: hue angle of 2.82º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1C11 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB2512817-
CMYK00.890.930.02
HSL2.82º96.69%52.55%-
HSV(B)2.82º93.23%98.43%-
XYZ40.321.382.53-
YUV93.4284.88240.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 84.80%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 17 (7.03% from 255) = 5.74%
R=84.80%
G=9.46%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251281700.890.930.022.8296.6952.55
HexFB1C110595D236135
Octal373342101311352314165
Binary11111011111001000101011001101110110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1C11; }

 p { color: rgb(251,28,17); }

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

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

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

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

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

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

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