Shades of Scarlet #F83204
Tints of Scarlet #F83204
RGB
CMYK
RGB Variations
Color information
#F83204 (or 0xF83204) is known color: Scarlet. HEX triplet: F8, 32 and 04. RGB value is (248,50,4). Sum of RGB (Red+Green+Blue) = 248+50+4=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F83204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83204 is #07CDFB. Grayscale: #686868. Windows color (decimal): -511484 or 275192. OLE color: 275192.
HSL color Cylindrical-coordinate representation of color #F83204: hue angle of 11.31º 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 #F83204 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.03 |
| HSL | 11.31º | 0.97% | 0.49% | - |
| HSV(B) | 11.31º | 0.98% | 0.97% | - |
| XYZ | 39.87 | 22.25 | 2.31 | - |
| YUV | 103.96 | 71.6 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 4 | 0 | 0.80 | 0.98 | 0.03 | 11.31 | 0.97 | 0.49 |
| Hex | F8 | 32 | 4 | 0 | 50 | 62 | 3 | B | 61 | 31 |
| Octal | 370 | 62 | 4 | 0 | 120 | 142 | 3 | 13 | 141 | 61 |
| Binary | 11111000 | 110010 | 100 | 0 | 1010000 | 1100010 | 11 | 1011 | 1100001 | 110001 |
Color Harmonies of #F83204
Complementary color
Monochromatic Colors of #F83204
Black with #F83204
Text Example
Text Example
White with #F83204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83204; }
p { color: rgb(248,50,4); }
H1.HeaderClassName
{
color: #F83204;
}
.AnyTagClassName
{
color: #F83204;
}
</style>
background-color css
<style>
a { background-color: #F83204; }
a { background-color: rgb(248,50,4); }
div.DivClassName
{
background-color: #F83204;
}
.BgClassName
{
background-color: #F83204;
}
</style>
border-color css
<style>
span { border-color: #F83204; }
span { border-color: rgb(248,50,4); }
td.TdClassName
{
border-color: #F83204;
}
.TagClassName
{
border-color: #F83204;
}
</style>