#fb3104

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

Shades of Scarlet #FB3104

Tints of Scarlet #FB3104

Color information

#FB3104 (or 0xFB3104) is unknown color: approx Scarlet. HEX triplet: FB, 31 and 04. RGB value is (251,49,4). Sum of RGB (Red+Green+Blue) = 251+49+4=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3104 is #04CEFB. Grayscale: #686868. Windows color (decimal): -315132 or 274939. OLE color: 274939.

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

Color convert

RGB251494-
CMYK00.800.980.02
HSL10.93º96.86%50%-
HSV(B)10.93º98.41%98.43%-
XYZ40.922.712.34-
YUV104.2771.42232.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 82.57%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=82.57%
G=16.12%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25149400.800.980.0210.9396.8650
HexFB314050622b6132
Octal373614012014221314162
Binary111110111100011000101000011000101010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb3104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb3104; }

 p { color: rgb(251,49,4); }

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

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

 a { background-color: rgb(251,49,4); }

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

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

 span { border-color: rgb(251,49,4); }

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