Shades of Scarlet #F03018
Tints of Scarlet #F03018
RGB
CMYK
RGB Variations
Color information
#F03018 (or 0xF03018) is known color: Scarlet. HEX triplet: F0, 30 and 18. RGB value is (240,48,24). Sum of RGB (Red+Green+Blue) = 240+48+24=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F03018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03018 is #0FCFE7. Grayscale: #666666. Windows color (decimal): -1036264 or 1585392. OLE color: 1585392.
HSL color Cylindrical-coordinate representation of color #F03018: hue angle of 6.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F03018 is Cyan = 0, Magento = 0.8, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 24 | - |
| CMYK | 0 | 0.8 | 0.9 | 0.06 |
| HSL | 6.67º | 0.88% | 0.52% | - |
| HSV(B) | 6.67º | 0.9% | 0.94% | - |
| XYZ | 37.16 | 20.71 | 2.9 | - |
| YUV | 102.67 | 83.61 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 24 | 0 | 0.8 | 0.9 | 0.06 | 6.67 | 0.88 | 0.52 |
| Hex | F0 | 30 | 18 | 0 | 50 | 5A | 6 | 7 | 58 | 34 |
| Octal | 360 | 60 | 30 | 0 | 120 | 132 | 6 | 7 | 130 | 64 |
| Binary | 11110000 | 110000 | 11000 | 0 | 1010000 | 1011010 | 110 | 111 | 1011000 | 110100 |
Color Harmonies of #F03018
Complementary color
Monochromatic Colors of #F03018
Black with #F03018
Text Example
Text Example
White with #F03018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03018; }
p { color: rgb(240,48,24); }
H1.HeaderClassName
{
color: #F03018;
}
.AnyTagClassName
{
color: #F03018;
}
</style>
background-color css
<style>
a { background-color: #F03018; }
a { background-color: rgb(240,48,24); }
div.DivClassName
{
background-color: #F03018;
}
.BgClassName
{
background-color: #F03018;
}
</style>
border-color css
<style>
span { border-color: #F03018; }
span { border-color: rgb(240,48,24); }
td.TdClassName
{
border-color: #F03018;
}
.TagClassName
{
border-color: #F03018;
}
</style>