Shades of Scarlet #FB350B
Tints of Scarlet #FB350B
RGB
CMYK
RGB Variations
Color information
#FB350B (or 0xFB350B) is known color: Scarlet. HEX triplet: FB, 35 and 0B. RGB value is (251,53,11). Sum of RGB (Red+Green+Blue) = 251+53+11=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB350B is #04CAF4. Grayscale: #6B6B6B. Windows color (decimal): -314101 or 734715. OLE color: 734715.
HSL color Cylindrical-coordinate representation of color #FB350B: hue angle of 10.5º 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 #FB350B is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 11 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.02 |
| HSL | 10.5º | 0.97% | 0.51% | - |
| HSV(B) | 10.5º | 0.96% | 0.98% | - |
| XYZ | 41.12 | 23.08 | 2.6 | - |
| YUV | 107.41 | 73.6 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 11 | 0 | 0.79 | 0.96 | 0.02 | 10.5 | 0.97 | 0.51 |
| Hex | FB | 35 | B | 0 | 4F | 60 | 2 | A | 61 | 33 |
| Octal | 373 | 65 | 13 | 0 | 117 | 140 | 2 | 12 | 141 | 63 |
| Binary | 11111011 | 110101 | 1011 | 0 | 1001111 | 1100000 | 10 | 1010 | 1100001 | 110011 |
Color Harmonies of #FB350B
Complementary color
Monochromatic Colors of #FB350B
Black with #FB350B
Text Example
Text Example
White with #FB350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB350B; }
p { color: rgb(251,53,11); }
H1.HeaderClassName
{
color: #FB350B;
}
.AnyTagClassName
{
color: #FB350B;
}
</style>
background-color css
<style>
a { background-color: #FB350B; }
a { background-color: rgb(251,53,11); }
div.DivClassName
{
background-color: #FB350B;
}
.BgClassName
{
background-color: #FB350B;
}
</style>
border-color css
<style>
span { border-color: #FB350B; }
span { border-color: rgb(251,53,11); }
td.TdClassName
{
border-color: #FB350B;
}
.TagClassName
{
border-color: #FB350B;
}
</style>