Shades of Scarlet #F02B17
Tints of Scarlet #F02B17
RGB
CMYK
RGB Variations
Color information
#F02B17 (or 0xF02B17) is known color: Scarlet. HEX triplet: F0, 2B and 17. RGB value is (240,43,23). Sum of RGB (Red+Green+Blue) = 240+43+23=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02B17 is #0FD4E8. Grayscale: #636363. Windows color (decimal): -1037545 or 1518576. OLE color: 1518576.
HSL color Cylindrical-coordinate representation of color #F02B17: hue angle of 5.53º 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 #F02B17 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 43 | 23 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.06 |
| HSL | 5.53º | 0.88% | 0.52% | - |
| HSV(B) | 5.53º | 0.9% | 0.94% | - |
| XYZ | 36.95 | 20.31 | 2.78 | - |
| YUV | 99.62 | 84.77 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 43 | 23 | 0 | 0.82 | 0.90 | 0.06 | 5.53 | 0.88 | 0.52 |
| Hex | F0 | 2B | 17 | 0 | 52 | 5A | 6 | 6 | 58 | 34 |
| Octal | 360 | 53 | 27 | 0 | 122 | 132 | 6 | 6 | 130 | 64 |
| Binary | 11110000 | 101011 | 10111 | 0 | 1010010 | 1011010 | 110 | 110 | 1011000 | 110100 |
Color Harmonies of #F02B17
Complementary color
Monochromatic Colors of #F02B17
Black with #F02B17
Text Example
Text Example
White with #F02B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02B17; }
p { color: rgb(240,43,23); }
H1.HeaderClassName
{
color: #F02B17;
}
.AnyTagClassName
{
color: #F02B17;
}
</style>
background-color css
<style>
a { background-color: #F02B17; }
a { background-color: rgb(240,43,23); }
div.DivClassName
{
background-color: #F02B17;
}
.BgClassName
{
background-color: #F02B17;
}
</style>
border-color css
<style>
span { border-color: #F02B17; }
span { border-color: rgb(240,43,23); }
td.TdClassName
{
border-color: #F02B17;
}
.TagClassName
{
border-color: #F02B17;
}
</style>