Shades of Scarlet #F92303
Tints of Scarlet #F92303
RGB
CMYK
RGB Variations
Color information
#F92303 (or 0xF92303) is known color: Scarlet. HEX triplet: F9, 23 and 03. RGB value is (249,35,3). Sum of RGB (Red+Green+Blue) = 249+35+3=287 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.76% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 249 - color contains mainly: red. Hex color #F92303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92303 is #06DCFC. Grayscale: #5F5F5F. Windows color (decimal): -449789 or 205817. OLE color: 205817.
HSL color Cylindrical-coordinate representation of color #F92303: hue angle of 7.8º 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 #F92303 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 35 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.02 |
| HSL | 7.8º | 0.98% | 0.49% | - |
| HSV(B) | 7.8º | 0.99% | 0.98% | - |
| XYZ | 39.68 | 21.35 | 2.12 | - |
| YUV | 95.34 | 75.9 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 35 | 3 | 0 | 0.86 | 0.99 | 0.02 | 7.8 | 0.98 | 0.49 |
| Hex | F9 | 23 | 3 | 0 | 56 | 63 | 2 | 8 | 62 | 31 |
| Octal | 371 | 43 | 3 | 0 | 126 | 143 | 2 | 10 | 142 | 61 |
| Binary | 11111001 | 100011 | 11 | 0 | 1010110 | 1100011 | 10 | 1000 | 1100010 | 110001 |
Color Harmonies of #F92303
Complementary color
Monochromatic Colors of #F92303
Black with #F92303
Text Example
Text Example
White with #F92303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92303; }
p { color: rgb(249,35,3); }
H1.HeaderClassName
{
color: #F92303;
}
.AnyTagClassName
{
color: #F92303;
}
</style>
background-color css
<style>
a { background-color: #F92303; }
a { background-color: rgb(249,35,3); }
div.DivClassName
{
background-color: #F92303;
}
.BgClassName
{
background-color: #F92303;
}
</style>
border-color css
<style>
span { border-color: #F92303; }
span { border-color: rgb(249,35,3); }
td.TdClassName
{
border-color: #F92303;
}
.TagClassName
{
border-color: #F92303;
}
</style>