#FB2B0F

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

Shades of Scarlet #FB2B0F

Tints of Scarlet #FB2B0F

Color information

#FB2B0F (or 0xFB2B0F) is unknown color: approx Scarlet. HEX triplet: FB, 2B and 0F. RGB value is (251,43,15). Sum of RGB (Red+Green+Blue) = 251+43+15=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2B0F is #04D4F0. Grayscale: #666666. Windows color (decimal): -316657 or 994299. OLE color: 994299.

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

Color convert

RGB2514315-
CMYK00.830.940.02
HSL7.12º96.72%52.16%-
HSV(B)7.12º94.02%98.43%-
XYZ40.7322.272.6-
YUV10278.91234.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 81.23%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 15 (6.25% from 255) = 4.85%
R=81.23%
G=13.92%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251431500.830.940.027.1296.7252.16
HexFB2BF0535E276134
Octal373531701231362714164
Binary111110111010111111010100111011110101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2B0F; }

 p { color: rgb(251,43,15); }

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

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

 a { background-color: rgb(251,43,15); }

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

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

 span { border-color: rgb(251,43,15); }

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