Shades of Scarlet #FB2F05
Tints of Scarlet #FB2F05
RGB
CMYK
RGB Variations
Color information
#FB2F05 (or 0xFB2F05) is known color: Scarlet. HEX triplet: FB, 2F and 05. RGB value is (251,47,5). Sum of RGB (Red+Green+Blue) = 251+47+5=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F05 is #04D0FA. Grayscale: #676767. Windows color (decimal): -315643 or 339963. OLE color: 339963.
HSL color Cylindrical-coordinate representation of color #FB2F05: hue angle of 10.24º 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 #FB2F05 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.02 |
| HSL | 10.24º | 0.97% | 0.5% | - |
| HSV(B) | 10.24º | 0.98% | 0.98% | - |
| XYZ | 40.83 | 22.55 | 2.34 | - |
| YUV | 103.21 | 72.59 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 5 | 0 | 0.81 | 0.98 | 0.02 | 10.24 | 0.97 | 0.5 |
| Hex | FB | 2F | 5 | 0 | 51 | 62 | 2 | A | 61 | 32 |
| Octal | 373 | 57 | 5 | 0 | 121 | 142 | 2 | 12 | 141 | 62 |
| Binary | 11111011 | 101111 | 101 | 0 | 1010001 | 1100010 | 10 | 1010 | 1100001 | 110010 |
Color Harmonies of #FB2F05
Complementary color
Monochromatic Colors of #FB2F05
Black with #FB2F05
Text Example
Text Example
White with #FB2F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F05; }
p { color: rgb(251,47,5); }
H1.HeaderClassName
{
color: #FB2F05;
}
.AnyTagClassName
{
color: #FB2F05;
}
</style>
background-color css
<style>
a { background-color: #FB2F05; }
a { background-color: rgb(251,47,5); }
div.DivClassName
{
background-color: #FB2F05;
}
.BgClassName
{
background-color: #FB2F05;
}
</style>
border-color css
<style>
span { border-color: #FB2F05; }
span { border-color: rgb(251,47,5); }
td.TdClassName
{
border-color: #FB2F05;
}
.TagClassName
{
border-color: #FB2F05;
}
</style>