Shades of Scarlet #F92D15
Tints of Scarlet #F92D15
RGB
CMYK
RGB Variations
Color information
#F92D15 (or 0xF92D15) is known color: Scarlet. HEX triplet: F9, 2D and 15. RGB value is (249,45,21). Sum of RGB (Red+Green+Blue) = 249+45+21=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92D15 is #06D2EA. Grayscale: #676767. Windows color (decimal): -447211 or 1388025. OLE color: 1388025.
HSL color Cylindrical-coordinate representation of color #F92D15: hue angle of 6.32º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F92D15 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 21 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.02 |
| HSL | 6.32º | 0.95% | 0.53% | - |
| HSV(B) | 6.32º | 0.92% | 0.98% | - |
| XYZ | 40.14 | 22.07 | 2.85 | - |
| YUV | 103.26 | 81.59 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 21 | 0 | 0.82 | 0.92 | 0.02 | 6.32 | 0.95 | 0.53 |
| Hex | F9 | 2D | 15 | 0 | 52 | 5C | 2 | 6 | 5F | 35 |
| Octal | 371 | 55 | 25 | 0 | 122 | 134 | 2 | 6 | 137 | 65 |
| Binary | 11111001 | 101101 | 10101 | 0 | 1010010 | 1011100 | 10 | 110 | 1011111 | 110101 |
Color Harmonies of #F92D15
Complementary color
Monochromatic Colors of #F92D15
Black with #F92D15
Text Example
Text Example
White with #F92D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D15; }
p { color: rgb(249,45,21); }
H1.HeaderClassName
{
color: #F92D15;
}
.AnyTagClassName
{
color: #F92D15;
}
</style>
background-color css
<style>
a { background-color: #F92D15; }
a { background-color: rgb(249,45,21); }
div.DivClassName
{
background-color: #F92D15;
}
.BgClassName
{
background-color: #F92D15;
}
</style>
border-color css
<style>
span { border-color: #F92D15; }
span { border-color: rgb(249,45,21); }
td.TdClassName
{
border-color: #F92D15;
}
.TagClassName
{
border-color: #F92D15;
}
</style>