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