#FB1C13

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

Shades of Scarlet #FB1C13

Tints of Scarlet #FB1C13

Color information

#FB1C13 (or 0xFB1C13) is unknown color: approx Scarlet. HEX triplet: FB, 1C and 13. RGB value is (251,28,19). Sum of RGB (Red+Green+Blue) = 251+28+19=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C13 is #04E3EC. Grayscale: #5D5D5D. Windows color (decimal): -320493 or 1252603. OLE color: 1252603.

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

Color convert

RGB2512819-
CMYK00.890.920.02
HSL2.33º96.67%52.94%-
HSV(B)2.33º92.43%98.43%-
XYZ40.3221.392.62-
YUV93.6585.88240.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 84.23%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 19 (7.81% from 255) = 6.38%
R=84.23%
G=9.40%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251281900.890.920.022.3396.6752.94
HexFB1C130595C226135
Octal373342301311342214165
Binary11111011111001001101011001101110010101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1C13; }

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

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

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

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

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

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

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

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