Shades of Scarlet #FB3301
Tints of Scarlet #FB3301
RGB
CMYK
RGB Variations
Color information
#FB3301 (or 0xFB3301) is known color: Scarlet. HEX triplet: FB, 33 and 01. RGB value is (251,51,1). Sum of RGB (Red+Green+Blue) = 251+51+1=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3301 is #04CCFE. Grayscale: #696969. Windows color (decimal): -314623 or 78843. OLE color: 78843.
HSL color Cylindrical-coordinate representation of color #FB3301: hue angle of 12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB3301 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.02 |
| HSL | 12º | 0.99% | 0.49% | - |
| HSV(B) | 12º | 1% | 0.98% | - |
| XYZ | 40.97 | 22.88 | 2.29 | - |
| YUV | 105.1 | 69.26 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 1 | 0 | 0.80 | 1.00 | 0.02 | 12 | 0.99 | 0.49 |
| Hex | FB | 33 | 1 | 0 | 50 | 64 | 2 | C | 63 | 31 |
| Octal | 373 | 63 | 1 | 0 | 120 | 144 | 2 | 14 | 143 | 61 |
| Binary | 11111011 | 110011 | 1 | 0 | 1010000 | 1100100 | 10 | 1100 | 1100011 | 110001 |
Color Harmonies of #FB3301
Complementary color
Monochromatic Colors of #FB3301
Black with #FB3301
Text Example
Text Example
White with #FB3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3301; }
p { color: rgb(251,51,1); }
H1.HeaderClassName
{
color: #FB3301;
}
.AnyTagClassName
{
color: #FB3301;
}
</style>
background-color css
<style>
a { background-color: #FB3301; }
a { background-color: rgb(251,51,1); }
div.DivClassName
{
background-color: #FB3301;
}
.BgClassName
{
background-color: #FB3301;
}
</style>
border-color css
<style>
span { border-color: #FB3301; }
span { border-color: rgb(251,51,1); }
td.TdClassName
{
border-color: #FB3301;
}
.TagClassName
{
border-color: #FB3301;
}
</style>