Shades of Scarlet #F31F17
Tints of Scarlet #F31F17
RGB
CMYK
RGB Variations
Color information
#F31F17 (or 0xF31F17) is known color: Scarlet. HEX triplet: F3, 1F and 17. RGB value is (243,31,23). Sum of RGB (Red+Green+Blue) = 243+31+23=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31F17 is #0CE0E8. Grayscale: #5D5D5D. Windows color (decimal): -844009 or 1515507. OLE color: 1515507.
HSL color Cylindrical-coordinate representation of color #F31F17: hue angle of 2.18º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31F17 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 23 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.05 |
| HSL | 2.18º | 0.9% | 0.52% | - |
| HSV(B) | 2.18º | 0.91% | 0.95% | - |
| XYZ | 37.61 | 20.1 | 2.71 | - |
| YUV | 93.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 23 | 0 | 0.87 | 0.91 | 0.05 | 2.18 | 0.9 | 0.52 |
| Hex | F3 | 1F | 17 | 0 | 57 | 5B | 5 | 2 | 5A | 34 |
| Octal | 363 | 37 | 27 | 0 | 127 | 133 | 5 | 2 | 132 | 64 |
| Binary | 11110011 | 11111 | 10111 | 0 | 1010111 | 1011011 | 101 | 10 | 1011010 | 110100 |
Color Harmonies of #F31F17
Complementary color
Monochromatic Colors of #F31F17
Black with #F31F17
Text Example
Text Example
White with #F31F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F17; }
p { color: rgb(243,31,23); }
H1.HeaderClassName
{
color: #F31F17;
}
.AnyTagClassName
{
color: #F31F17;
}
</style>
background-color css
<style>
a { background-color: #F31F17; }
a { background-color: rgb(243,31,23); }
div.DivClassName
{
background-color: #F31F17;
}
.BgClassName
{
background-color: #F31F17;
}
</style>
border-color css
<style>
span { border-color: #F31F17; }
span { border-color: rgb(243,31,23); }
td.TdClassName
{
border-color: #F31F17;
}
.TagClassName
{
border-color: #F31F17;
}
</style>