Shades of Scarlet #F31917
Tints of Scarlet #F31917
RGB
CMYK
RGB Variations
Color information
#F31917 (or 0xF31917) is known color: Scarlet. HEX triplet: F3, 19 and 17. RGB value is (243,25,23). Sum of RGB (Red+Green+Blue) = 243+25+23=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F31917 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31917 is #0CE6E8. Grayscale: #5A5A5A. Windows color (decimal): -845545 or 1513971. OLE color: 1513971.
HSL color Cylindrical-coordinate representation of color #F31917: hue angle of 0.55º 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 #F31917 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 23 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.05 |
| HSL | 0.55º | 0.9% | 0.52% | - |
| HSV(B) | 0.55º | 0.91% | 0.95% | - |
| XYZ | 37.46 | 19.81 | 2.66 | - |
| YUV | 89.95 | 90.22 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 23 | 0 | 0.90 | 0.91 | 0.05 | 0.55 | 0.9 | 0.52 |
| Hex | F3 | 19 | 17 | 0 | 5A | 5B | 5 | 1 | 5A | 34 |
| Octal | 363 | 31 | 27 | 0 | 132 | 133 | 5 | 1 | 132 | 64 |
| Binary | 11110011 | 11001 | 10111 | 0 | 1011010 | 1011011 | 101 | 1 | 1011010 | 110100 |
Color Harmonies of #F31917
Complementary color
Monochromatic Colors of #F31917
Black with #F31917
Text Example
Text Example
White with #F31917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31917; }
p { color: rgb(243,25,23); }
H1.HeaderClassName
{
color: #F31917;
}
.AnyTagClassName
{
color: #F31917;
}
</style>
background-color css
<style>
a { background-color: #F31917; }
a { background-color: rgb(243,25,23); }
div.DivClassName
{
background-color: #F31917;
}
.BgClassName
{
background-color: #F31917;
}
</style>
border-color css
<style>
span { border-color: #F31917; }
span { border-color: rgb(243,25,23); }
td.TdClassName
{
border-color: #F31917;
}
.TagClassName
{
border-color: #F31917;
}
</style>