Shades of Scarlet #FB2F19
Tints of Scarlet #FB2F19
RGB
CMYK
RGB Variations
Color information
#FB2F19 (or 0xFB2F19) is known color: Scarlet. HEX triplet: FB, 2F and 19. RGB value is (251,47,25). Sum of RGB (Red+Green+Blue) = 251+47+25=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F19 is #04D0E6. Grayscale: #696969. Windows color (decimal): -315623 or 1650683. OLE color: 1650683.
HSL color Cylindrical-coordinate representation of color #FB2F19: hue angle of 5.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB2F19 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 25 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.02 |
| HSL | 5.84º | 0.97% | 0.54% | - |
| HSV(B) | 5.84º | 0.9% | 0.98% | - |
| XYZ | 40.98 | 22.61 | 3.12 | - |
| YUV | 105.49 | 82.59 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 25 | 0 | 0.81 | 0.90 | 0.02 | 5.84 | 0.97 | 0.54 |
| Hex | FB | 2F | 19 | 0 | 51 | 5A | 2 | 6 | 61 | 36 |
| Octal | 373 | 57 | 31 | 0 | 121 | 132 | 2 | 6 | 141 | 66 |
| Binary | 11111011 | 101111 | 11001 | 0 | 1010001 | 1011010 | 10 | 110 | 1100001 | 110110 |
Color Harmonies of #FB2F19
Complementary color
Monochromatic Colors of #FB2F19
Black with #FB2F19
Text Example
Text Example
White with #FB2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F19; }
p { color: rgb(251,47,25); }
H1.HeaderClassName
{
color: #FB2F19;
}
.AnyTagClassName
{
color: #FB2F19;
}
</style>
background-color css
<style>
a { background-color: #FB2F19; }
a { background-color: rgb(251,47,25); }
div.DivClassName
{
background-color: #FB2F19;
}
.BgClassName
{
background-color: #FB2F19;
}
</style>
border-color css
<style>
span { border-color: #FB2F19; }
span { border-color: rgb(251,47,25); }
td.TdClassName
{
border-color: #FB2F19;
}
.TagClassName
{
border-color: #FB2F19;
}
</style>