Shades of Scarlet #F03308
Tints of Scarlet #F03308
RGB
CMYK
RGB Variations
Color information
#F03308 (or 0xF03308) is known color: Scarlet. HEX triplet: F0, 33 and 08. RGB value is (240,51,8). Sum of RGB (Red+Green+Blue) = 240+51+8=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F03308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03308 is #0FCCF7. Grayscale: #666666. Windows color (decimal): -1035512 or 537584. OLE color: 537584.
HSL color Cylindrical-coordinate representation of color #F03308: hue angle of 11.12º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F03308 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 8 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.06 |
| HSL | 11.12º | 0.94% | 0.49% | - |
| HSV(B) | 11.12º | 0.97% | 0.94% | - |
| XYZ | 37.16 | 20.91 | 2.31 | - |
| YUV | 102.61 | 74.62 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 8 | 0 | 0.79 | 0.97 | 0.06 | 11.12 | 0.94 | 0.49 |
| Hex | F0 | 33 | 8 | 0 | 4F | 61 | 6 | B | 5E | 31 |
| Octal | 360 | 63 | 10 | 0 | 117 | 141 | 6 | 13 | 136 | 61 |
| Binary | 11110000 | 110011 | 1000 | 0 | 1001111 | 1100001 | 110 | 1011 | 1011110 | 110001 |
Color Harmonies of #F03308
Complementary color
Monochromatic Colors of #F03308
Black with #F03308
Text Example
Text Example
White with #F03308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03308; }
p { color: rgb(240,51,8); }
H1.HeaderClassName
{
color: #F03308;
}
.AnyTagClassName
{
color: #F03308;
}
</style>
background-color css
<style>
a { background-color: #F03308; }
a { background-color: rgb(240,51,8); }
div.DivClassName
{
background-color: #F03308;
}
.BgClassName
{
background-color: #F03308;
}
</style>
border-color css
<style>
span { border-color: #F03308; }
span { border-color: rgb(240,51,8); }
td.TdClassName
{
border-color: #F03308;
}
.TagClassName
{
border-color: #F03308;
}
</style>