Shades of Scarlet #FB2F0C
Tints of Scarlet #FB2F0C
RGB
CMYK
RGB Variations
Color information
#FB2F0C (or 0xFB2F0C) is known color: Scarlet. HEX triplet: FB, 2F and 0C. RGB value is (251,47,12). Sum of RGB (Red+Green+Blue) = 251+47+12=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F0C is #04D0F3. Grayscale: #686868. Windows color (decimal): -315636 or 798715. OLE color: 798715.
HSL color Cylindrical-coordinate representation of color #FB2F0C: hue angle of 8.79º 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 #FB2F0C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 12 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.02 |
| HSL | 8.79º | 0.97% | 0.52% | - |
| HSV(B) | 8.79º | 0.95% | 0.98% | - |
| XYZ | 40.87 | 22.57 | 2.55 | - |
| YUV | 104.01 | 76.09 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 12 | 0 | 0.81 | 0.95 | 0.02 | 8.79 | 0.97 | 0.52 |
| Hex | FB | 2F | C | 0 | 51 | 5F | 2 | 9 | 61 | 34 |
| Octal | 373 | 57 | 14 | 0 | 121 | 137 | 2 | 11 | 141 | 64 |
| Binary | 11111011 | 101111 | 1100 | 0 | 1010001 | 1011111 | 10 | 1001 | 1100001 | 110100 |
Color Harmonies of #FB2F0C
Complementary color
Monochromatic Colors of #FB2F0C
Black with #FB2F0C
Text Example
Text Example
White with #FB2F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F0C; }
p { color: rgb(251,47,12); }
H1.HeaderClassName
{
color: #FB2F0C;
}
.AnyTagClassName
{
color: #FB2F0C;
}
</style>
background-color css
<style>
a { background-color: #FB2F0C; }
a { background-color: rgb(251,47,12); }
div.DivClassName
{
background-color: #FB2F0C;
}
.BgClassName
{
background-color: #FB2F0C;
}
</style>
border-color css
<style>
span { border-color: #FB2F0C; }
span { border-color: rgb(251,47,12); }
td.TdClassName
{
border-color: #FB2F0C;
}
.TagClassName
{
border-color: #FB2F0C;
}
</style>