Shades of Scarlet #F31C01
Tints of Scarlet #F31C01
RGB
CMYK
RGB Variations
Color information
#F31C01 (or 0xF31C01) is known color: Scarlet. HEX triplet: F3, 1C and 01. RGB value is (243,28,1). Sum of RGB (Red+Green+Blue) = 243+28+1=272 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.34% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C01 is #0CE3FE. Grayscale: #595959. Windows color (decimal): -844799 or 72947. OLE color: 72947.
HSL color Cylindrical-coordinate representation of color #F31C01: hue angle of 6.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F31C01 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 1 | - |
| CMYK | 0 | 0.88 | 1.00 | 0.05 |
| HSL | 6.69º | 0.99% | 0.48% | - |
| HSV(B) | 6.69º | 1% | 0.95% | - |
| XYZ | 37.38 | 19.89 | 1.9 | - |
| YUV | 89.21 | 78.23 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 1 | 0 | 0.88 | 1.00 | 0.05 | 6.69 | 0.99 | 0.48 |
| Hex | F3 | 1C | 1 | 0 | 58 | 64 | 5 | 7 | 63 | 30 |
| Octal | 363 | 34 | 1 | 0 | 130 | 144 | 5 | 7 | 143 | 60 |
| Binary | 11110011 | 11100 | 1 | 0 | 1011000 | 1100100 | 101 | 111 | 1100011 | 110000 |
Color Harmonies of #F31C01
Complementary color
Monochromatic Colors of #F31C01
Black with #F31C01
Text Example
Text Example
White with #F31C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C01; }
p { color: rgb(243,28,1); }
H1.HeaderClassName
{
color: #F31C01;
}
.AnyTagClassName
{
color: #F31C01;
}
</style>
background-color css
<style>
a { background-color: #F31C01; }
a { background-color: rgb(243,28,1); }
div.DivClassName
{
background-color: #F31C01;
}
.BgClassName
{
background-color: #F31C01;
}
</style>
border-color css
<style>
span { border-color: #F31C01; }
span { border-color: rgb(243,28,1); }
td.TdClassName
{
border-color: #F31C01;
}
.TagClassName
{
border-color: #F31C01;
}
</style>