Shades of Scarlet #F9210B
Tints of Scarlet #F9210B
RGB
CMYK
RGB Variations
Color information
#F9210B (or 0xF9210B) is known color: Scarlet. HEX triplet: F9, 21 and 0B. RGB value is (249,33,11). Sum of RGB (Red+Green+Blue) = 249+33+11=293 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.98% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 249 - color contains mainly: red. Hex color #F9210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9210B is #06DEF4. Grayscale: #5F5F5F. Windows color (decimal): -450293 or 729593. OLE color: 729593.
HSL color Cylindrical-coordinate representation of color #F9210B: hue angle of 5.55º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9210B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.02 |
| HSL | 5.55º | 0.95% | 0.51% | - |
| HSV(B) | 5.55º | 0.96% | 0.98% | - |
| XYZ | 39.67 | 21.25 | 2.33 | - |
| YUV | 95.08 | 80.56 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 11 | 0 | 0.87 | 0.96 | 0.02 | 5.55 | 0.95 | 0.51 |
| Hex | F9 | 21 | B | 0 | 57 | 60 | 2 | 6 | 5F | 33 |
| Octal | 371 | 41 | 13 | 0 | 127 | 140 | 2 | 6 | 137 | 63 |
| Binary | 11111001 | 100001 | 1011 | 0 | 1010111 | 1100000 | 10 | 110 | 1011111 | 110011 |
Color Harmonies of #F9210B
Complementary color
Monochromatic Colors of #F9210B
Black with #F9210B
Text Example
Text Example
White with #F9210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9210B; }
p { color: rgb(249,33,11); }
H1.HeaderClassName
{
color: #F9210B;
}
.AnyTagClassName
{
color: #F9210B;
}
</style>
background-color css
<style>
a { background-color: #F9210B; }
a { background-color: rgb(249,33,11); }
div.DivClassName
{
background-color: #F9210B;
}
.BgClassName
{
background-color: #F9210B;
}
</style>
border-color css
<style>
span { border-color: #F9210B; }
span { border-color: rgb(249,33,11); }
td.TdClassName
{
border-color: #F9210B;
}
.TagClassName
{
border-color: #F9210B;
}
</style>