Shades of Scarlet #FB140C
Tints of Scarlet #FB140C
RGB
CMYK
RGB Variations
Color information
#FB140C (or 0xFB140C) is known color: Scarlet. HEX triplet: FB, 14 and 0C. RGB value is (251,20,12). Sum of RGB (Red+Green+Blue) = 251+20+12=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB140C is #04EBF3. Grayscale: #585858. Windows color (decimal): -322548 or 791803. OLE color: 791803.
HSL color Cylindrical-coordinate representation of color #FB140C: hue angle of 2.01º 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 #FB140C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.02 |
| HSL | 2.01º | 0.97% | 0.52% | - |
| HSV(B) | 2.01º | 0.95% | 0.98% | - |
| XYZ | 40.1 | 21.04 | 2.29 | - |
| YUV | 88.16 | 85.03 | 244.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 12 | 0 | 0.92 | 0.95 | 0.02 | 2.01 | 0.97 | 0.52 |
| Hex | FB | 14 | C | 0 | 5C | 5F | 2 | 2 | 61 | 34 |
| Octal | 373 | 24 | 14 | 0 | 134 | 137 | 2 | 2 | 141 | 64 |
| Binary | 11111011 | 10100 | 1100 | 0 | 1011100 | 1011111 | 10 | 10 | 1100001 | 110100 |
Color Harmonies of #FB140C
Complementary color
Monochromatic Colors of #FB140C
Black with #FB140C
Text Example
Text Example
White with #FB140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB140C; }
p { color: rgb(251,20,12); }
H1.HeaderClassName
{
color: #FB140C;
}
.AnyTagClassName
{
color: #FB140C;
}
</style>
background-color css
<style>
a { background-color: #FB140C; }
a { background-color: rgb(251,20,12); }
div.DivClassName
{
background-color: #FB140C;
}
.BgClassName
{
background-color: #FB140C;
}
</style>
border-color css
<style>
span { border-color: #FB140C; }
span { border-color: rgb(251,20,12); }
td.TdClassName
{
border-color: #FB140C;
}
.TagClassName
{
border-color: #FB140C;
}
</style>