Shades of Scarlet #FB330B
Tints of Scarlet #FB330B
RGB
CMYK
RGB Variations
Color information
#FB330B (or 0xFB330B) is known color: Scarlet. HEX triplet: FB, 33 and 0B. RGB value is (251,51,11). Sum of RGB (Red+Green+Blue) = 251+51+11=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB330B is #04CCF4. Grayscale: #6A6A6A. Windows color (decimal): -314613 or 734203. OLE color: 734203.
HSL color Cylindrical-coordinate representation of color #FB330B: hue angle of 10º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB330B is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 11 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.02 |
| HSL | 10º | 0.97% | 0.51% | - |
| HSV(B) | 10º | 0.96% | 0.98% | - |
| XYZ | 41.03 | 22.9 | 2.57 | - |
| YUV | 106.24 | 74.26 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 11 | 0 | 0.80 | 0.96 | 0.02 | 10 | 0.97 | 0.51 |
| Hex | FB | 33 | B | 0 | 50 | 60 | 2 | A | 61 | 33 |
| Octal | 373 | 63 | 13 | 0 | 120 | 140 | 2 | 12 | 141 | 63 |
| Binary | 11111011 | 110011 | 1011 | 0 | 1010000 | 1100000 | 10 | 1010 | 1100001 | 110011 |
Color Harmonies of #FB330B
Complementary color
Monochromatic Colors of #FB330B
Black with #FB330B
Text Example
Text Example
White with #FB330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB330B; }
p { color: rgb(251,51,11); }
H1.HeaderClassName
{
color: #FB330B;
}
.AnyTagClassName
{
color: #FB330B;
}
</style>
background-color css
<style>
a { background-color: #FB330B; }
a { background-color: rgb(251,51,11); }
div.DivClassName
{
background-color: #FB330B;
}
.BgClassName
{
background-color: #FB330B;
}
</style>
border-color css
<style>
span { border-color: #FB330B; }
span { border-color: rgb(251,51,11); }
td.TdClassName
{
border-color: #FB330B;
}
.TagClassName
{
border-color: #FB330B;
}
</style>