Shades of Scarlet #F83304
Tints of Scarlet #F83304
RGB
CMYK
RGB Variations
Color information
#F83304 (or 0xF83304) is known color: Scarlet. HEX triplet: F8, 33 and 04. RGB value is (248,51,4). Sum of RGB (Red+Green+Blue) = 248+51+4=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F83304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83304 is #07CCFB. Grayscale: #686868. Windows color (decimal): -511228 or 275448. OLE color: 275448.
HSL color Cylindrical-coordinate representation of color #F83304: hue angle of 11.56º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F83304 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.03 |
| HSL | 11.56º | 0.97% | 0.49% | - |
| HSV(B) | 11.56º | 0.98% | 0.97% | - |
| XYZ | 39.92 | 22.33 | 2.32 | - |
| YUV | 104.55 | 71.27 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 4 | 0 | 0.79 | 0.98 | 0.03 | 11.56 | 0.97 | 0.49 |
| Hex | F8 | 33 | 4 | 0 | 4F | 62 | 3 | C | 61 | 31 |
| Octal | 370 | 63 | 4 | 0 | 117 | 142 | 3 | 14 | 141 | 61 |
| Binary | 11111000 | 110011 | 100 | 0 | 1001111 | 1100010 | 11 | 1100 | 1100001 | 110001 |
Color Harmonies of #F83304
Complementary color
Monochromatic Colors of #F83304
Black with #F83304
Text Example
Text Example
White with #F83304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83304; }
p { color: rgb(248,51,4); }
H1.HeaderClassName
{
color: #F83304;
}
.AnyTagClassName
{
color: #F83304;
}
</style>
background-color css
<style>
a { background-color: #F83304; }
a { background-color: rgb(248,51,4); }
div.DivClassName
{
background-color: #F83304;
}
.BgClassName
{
background-color: #F83304;
}
</style>
border-color css
<style>
span { border-color: #F83304; }
span { border-color: rgb(248,51,4); }
td.TdClassName
{
border-color: #F83304;
}
.TagClassName
{
border-color: #F83304;
}
</style>