Shades of Scarlet #FB3407
Tints of Scarlet #FB3407
RGB
CMYK
RGB Variations
Color information
#FB3407 (or 0xFB3407) is known color: Scarlet. HEX triplet: FB, 34 and 07. RGB value is (251,52,7). Sum of RGB (Red+Green+Blue) = 251+52+7=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3407 is #04CBF8. Grayscale: #6A6A6A. Windows color (decimal): -314361 or 472315. OLE color: 472315.
HSL color Cylindrical-coordinate representation of color #FB3407: hue angle of 11.07º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB3407 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.02 |
| HSL | 11.07º | 0.97% | 0.51% | - |
| HSV(B) | 11.07º | 0.97% | 0.98% | - |
| XYZ | 41.05 | 22.98 | 2.47 | - |
| YUV | 106.37 | 71.93 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 7 | 0 | 0.79 | 0.97 | 0.02 | 11.07 | 0.97 | 0.51 |
| Hex | FB | 34 | 7 | 0 | 4F | 61 | 2 | B | 61 | 33 |
| Octal | 373 | 64 | 7 | 0 | 117 | 141 | 2 | 13 | 141 | 63 |
| Binary | 11111011 | 110100 | 111 | 0 | 1001111 | 1100001 | 10 | 1011 | 1100001 | 110011 |
Color Harmonies of #FB3407
Complementary color
Monochromatic Colors of #FB3407
Black with #FB3407
Text Example
Text Example
White with #FB3407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3407; }
p { color: rgb(251,52,7); }
H1.HeaderClassName
{
color: #FB3407;
}
.AnyTagClassName
{
color: #FB3407;
}
</style>
background-color css
<style>
a { background-color: #FB3407; }
a { background-color: rgb(251,52,7); }
div.DivClassName
{
background-color: #FB3407;
}
.BgClassName
{
background-color: #FB3407;
}
</style>
border-color css
<style>
span { border-color: #FB3407; }
span { border-color: rgb(251,52,7); }
td.TdClassName
{
border-color: #FB3407;
}
.TagClassName
{
border-color: #FB3407;
}
</style>