Shades of Scarlet #FB3406
Tints of Scarlet #FB3406
RGB
CMYK
RGB Variations
Color information
#FB3406 (or 0xFB3406) is known color: Scarlet. HEX triplet: FB, 34 and 06. RGB value is (251,52,6). Sum of RGB (Red+Green+Blue) = 251+52+6=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3406 is #04CBF9. Grayscale: #6A6A6A. Windows color (decimal): -314362 or 406779. OLE color: 406779.
HSL color Cylindrical-coordinate representation of color #FB3406: hue angle of 11.27º 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 #FB3406 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 6 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.02 |
| HSL | 11.27º | 0.97% | 0.5% | - |
| HSV(B) | 11.27º | 0.98% | 0.98% | - |
| XYZ | 41.04 | 22.98 | 2.44 | - |
| YUV | 106.26 | 71.43 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 6 | 0 | 0.79 | 0.98 | 0.02 | 11.27 | 0.97 | 0.5 |
| Hex | FB | 34 | 6 | 0 | 4F | 62 | 2 | B | 61 | 32 |
| Octal | 373 | 64 | 6 | 0 | 117 | 142 | 2 | 13 | 141 | 62 |
| Binary | 11111011 | 110100 | 110 | 0 | 1001111 | 1100010 | 10 | 1011 | 1100001 | 110010 |
Color Harmonies of #FB3406
Complementary color
Monochromatic Colors of #FB3406
Black with #FB3406
Text Example
Text Example
White with #FB3406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3406; }
p { color: rgb(251,52,6); }
H1.HeaderClassName
{
color: #FB3406;
}
.AnyTagClassName
{
color: #FB3406;
}
</style>
background-color css
<style>
a { background-color: #FB3406; }
a { background-color: rgb(251,52,6); }
div.DivClassName
{
background-color: #FB3406;
}
.BgClassName
{
background-color: #FB3406;
}
</style>
border-color css
<style>
span { border-color: #FB3406; }
span { border-color: rgb(251,52,6); }
td.TdClassName
{
border-color: #FB3406;
}
.TagClassName
{
border-color: #FB3406;
}
</style>