Shades of Scarlet #F92B0D
Tints of Scarlet #F92B0D
RGB
CMYK
RGB Variations
Color information
#F92B0D (or 0xF92B0D) is known color: Scarlet. HEX triplet: F9, 2B and 0D. RGB value is (249,43,13). Sum of RGB (Red+Green+Blue) = 249+43+13=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F92B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92B0D is #06D4F2. Grayscale: #656565. Windows color (decimal): -447731 or 863225. OLE color: 863225.
HSL color Cylindrical-coordinate representation of color #F92B0D: hue angle of 7.63º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F92B0D is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 43 | 13 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.02 |
| HSL | 7.63º | 0.95% | 0.51% | - |
| HSV(B) | 7.63º | 0.95% | 0.98% | - |
| XYZ | 40 | 21.9 | 2.5 | - |
| YUV | 101.17 | 78.25 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 43 | 13 | 0 | 0.83 | 0.95 | 0.02 | 7.63 | 0.95 | 0.51 |
| Hex | F9 | 2B | D | 0 | 53 | 5F | 2 | 8 | 5F | 33 |
| Octal | 371 | 53 | 15 | 0 | 123 | 137 | 2 | 10 | 137 | 63 |
| Binary | 11111001 | 101011 | 1101 | 0 | 1010011 | 1011111 | 10 | 1000 | 1011111 | 110011 |
Color Harmonies of #F92B0D
Complementary color
Monochromatic Colors of #F92B0D
Black with #F92B0D
Text Example
Text Example
White with #F92B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92B0D; }
p { color: rgb(249,43,13); }
H1.HeaderClassName
{
color: #F92B0D;
}
.AnyTagClassName
{
color: #F92B0D;
}
</style>
background-color css
<style>
a { background-color: #F92B0D; }
a { background-color: rgb(249,43,13); }
div.DivClassName
{
background-color: #F92B0D;
}
.BgClassName
{
background-color: #F92B0D;
}
</style>
border-color css
<style>
span { border-color: #F92B0D; }
span { border-color: rgb(249,43,13); }
td.TdClassName
{
border-color: #F92B0D;
}
.TagClassName
{
border-color: #F92B0D;
}
</style>