Shades of Scarlet #F91302
Tints of Scarlet #F91302
RGB
CMYK
RGB Variations
Color information
#F91302 (or 0xF91302) is known color: Scarlet. HEX triplet: F9, 13 and 02. RGB value is (249,19,2). Sum of RGB (Red+Green+Blue) = 249+19+2=270 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.22% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 249 - color contains mainly: red. Hex color #F91302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91302 is #06ECFD. Grayscale: #565656. Windows color (decimal): -453886 or 136185. OLE color: 136185.
HSL color Cylindrical-coordinate representation of color #F91302: hue angle of 4.13º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F91302 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.02 |
| HSL | 4.13º | 0.98% | 0.49% | - |
| HSV(B) | 4.13º | 0.99% | 0.98% | - |
| XYZ | 39.31 | 20.61 | 1.96 | - |
| YUV | 85.83 | 80.7 | 244.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 2 | 0 | 0.92 | 0.99 | 0.02 | 4.13 | 0.98 | 0.49 |
| Hex | F9 | 13 | 2 | 0 | 5C | 63 | 2 | 4 | 62 | 31 |
| Octal | 371 | 23 | 2 | 0 | 134 | 143 | 2 | 4 | 142 | 61 |
| Binary | 11111001 | 10011 | 10 | 0 | 1011100 | 1100011 | 10 | 100 | 1100010 | 110001 |
Color Harmonies of #F91302
Complementary color
Monochromatic Colors of #F91302
Black with #F91302
Text Example
Text Example
White with #F91302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91302; }
p { color: rgb(249,19,2); }
H1.HeaderClassName
{
color: #F91302;
}
.AnyTagClassName
{
color: #F91302;
}
</style>
background-color css
<style>
a { background-color: #F91302; }
a { background-color: rgb(249,19,2); }
div.DivClassName
{
background-color: #F91302;
}
.BgClassName
{
background-color: #F91302;
}
</style>
border-color css
<style>
span { border-color: #F91302; }
span { border-color: rgb(249,19,2); }
td.TdClassName
{
border-color: #F91302;
}
.TagClassName
{
border-color: #F91302;
}
</style>