Shades of Scarlet #FB280C
Tints of Scarlet #FB280C
RGB
CMYK
RGB Variations
Color information
#FB280C (or 0xFB280C) is known color: Scarlet. HEX triplet: FB, 28 and 0C. RGB value is (251,40,12). Sum of RGB (Red+Green+Blue) = 251+40+12=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB280C is #04D7F3. Grayscale: #646464. Windows color (decimal): -317428 or 796923. OLE color: 796923.
HSL color Cylindrical-coordinate representation of color #FB280C: hue angle of 7.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB280C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.02 |
| HSL | 7.03º | 0.97% | 0.52% | - |
| HSV(B) | 7.03º | 0.95% | 0.98% | - |
| XYZ | 40.61 | 22.05 | 2.46 | - |
| YUV | 99.9 | 78.4 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 12 | 0 | 0.84 | 0.95 | 0.02 | 7.03 | 0.97 | 0.52 |
| Hex | FB | 28 | C | 0 | 54 | 5F | 2 | 7 | 61 | 34 |
| Octal | 373 | 50 | 14 | 0 | 124 | 137 | 2 | 7 | 141 | 64 |
| Binary | 11111011 | 101000 | 1100 | 0 | 1010100 | 1011111 | 10 | 111 | 1100001 | 110100 |
Color Harmonies of #FB280C
Complementary color
Monochromatic Colors of #FB280C
Black with #FB280C
Text Example
Text Example
White with #FB280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB280C; }
p { color: rgb(251,40,12); }
H1.HeaderClassName
{
color: #FB280C;
}
.AnyTagClassName
{
color: #FB280C;
}
</style>
background-color css
<style>
a { background-color: #FB280C; }
a { background-color: rgb(251,40,12); }
div.DivClassName
{
background-color: #FB280C;
}
.BgClassName
{
background-color: #FB280C;
}
</style>
border-color css
<style>
span { border-color: #FB280C; }
span { border-color: rgb(251,40,12); }
td.TdClassName
{
border-color: #FB280C;
}
.TagClassName
{
border-color: #FB280C;
}
</style>