Shades of Scarlet #F01817
Tints of Scarlet #F01817
RGB
CMYK
RGB Variations
Color information
#F01817 (or 0xF01817) is known color: Scarlet. HEX triplet: F0, 18 and 17. RGB value is (240,24,23). Sum of RGB (Red+Green+Blue) = 240+24+23=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F01817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01817 is #0FE7E8. Grayscale: #585858. Windows color (decimal): -1042409 or 1513712. OLE color: 1513712.
HSL color Cylindrical-coordinate representation of color #F01817: hue angle of 0.28º 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 #F01817 is Cyan = 0, Magento = 0.9, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 23 | - |
| CMYK | 0 | 0.9 | 0.90 | 0.06 |
| HSL | 0.28º | 0.88% | 0.52% | - |
| HSV(B) | 0.28º | 0.9% | 0.94% | - |
| XYZ | 36.42 | 19.24 | 2.61 | - |
| YUV | 88.47 | 91.06 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 23 | 0 | 0.9 | 0.90 | 0.06 | 0.28 | 0.88 | 0.52 |
| Hex | F0 | 18 | 17 | 0 | 5A | 5A | 6 | 0 | 58 | 34 |
| Octal | 360 | 30 | 27 | 0 | 132 | 132 | 6 | 0 | 130 | 64 |
| Binary | 11110000 | 11000 | 10111 | 0 | 1011010 | 1011010 | 110 | 0 | 1011000 | 110100 |
Color Harmonies of #F01817
Complementary color
Monochromatic Colors of #F01817
Black with #F01817
Text Example
Text Example
White with #F01817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01817; }
p { color: rgb(240,24,23); }
H1.HeaderClassName
{
color: #F01817;
}
.AnyTagClassName
{
color: #F01817;
}
</style>
background-color css
<style>
a { background-color: #F01817; }
a { background-color: rgb(240,24,23); }
div.DivClassName
{
background-color: #F01817;
}
.BgClassName
{
background-color: #F01817;
}
</style>
border-color css
<style>
span { border-color: #F01817; }
span { border-color: rgb(240,24,23); }
td.TdClassName
{
border-color: #F01817;
}
.TagClassName
{
border-color: #F01817;
}
</style>