Shades of Scarlet #F03617
Tints of Scarlet #F03617
RGB
CMYK
RGB Variations
Color information
#F03617 (or 0xF03617) is known color: Scarlet. HEX triplet: F0, 36 and 17. RGB value is (240,54,23). Sum of RGB (Red+Green+Blue) = 240+54+23=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F03617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03617 is #0FC9E8. Grayscale: #6A6A6A. Windows color (decimal): -1034729 or 1521392. OLE color: 1521392.
HSL color Cylindrical-coordinate representation of color #F03617: hue angle of 8.57º 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 #F03617 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 23 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.06 |
| HSL | 8.57º | 0.88% | 0.52% | - |
| HSV(B) | 8.57º | 0.9% | 0.94% | - |
| XYZ | 37.41 | 21.23 | 2.94 | - |
| YUV | 106.08 | 81.12 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 23 | 0 | 0.78 | 0.90 | 0.06 | 8.57 | 0.88 | 0.52 |
| Hex | F0 | 36 | 17 | 0 | 4E | 5A | 6 | 9 | 58 | 34 |
| Octal | 360 | 66 | 27 | 0 | 116 | 132 | 6 | 11 | 130 | 64 |
| Binary | 11110000 | 110110 | 10111 | 0 | 1001110 | 1011010 | 110 | 1001 | 1011000 | 110100 |
Color Harmonies of #F03617
Complementary color
Monochromatic Colors of #F03617
Black with #F03617
Text Example
Text Example
White with #F03617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03617; }
p { color: rgb(240,54,23); }
H1.HeaderClassName
{
color: #F03617;
}
.AnyTagClassName
{
color: #F03617;
}
</style>
background-color css
<style>
a { background-color: #F03617; }
a { background-color: rgb(240,54,23); }
div.DivClassName
{
background-color: #F03617;
}
.BgClassName
{
background-color: #F03617;
}
</style>
border-color css
<style>
span { border-color: #F03617; }
span { border-color: rgb(240,54,23); }
td.TdClassName
{
border-color: #F03617;
}
.TagClassName
{
border-color: #F03617;
}
</style>