Shades of Scarlet #F31F12
Tints of Scarlet #F31F12
RGB
CMYK
RGB Variations
Color information
#F31F12 (or 0xF31F12) is known color: Scarlet. HEX triplet: F3, 1F and 12. RGB value is (243,31,18). Sum of RGB (Red+Green+Blue) = 243+31+18=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31F12 is #0CE0ED. Grayscale: #5D5D5D. Windows color (decimal): -844014 or 1187827. OLE color: 1187827.
HSL color Cylindrical-coordinate representation of color #F31F12: hue angle of 3.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31F12 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 18 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.05 |
| HSL | 3.47º | 0.9% | 0.51% | - |
| HSV(B) | 3.47º | 0.93% | 0.95% | - |
| XYZ | 37.56 | 20.08 | 2.47 | - |
| YUV | 92.91 | 85.74 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 18 | 0 | 0.87 | 0.93 | 0.05 | 3.47 | 0.9 | 0.51 |
| Hex | F3 | 1F | 12 | 0 | 57 | 5D | 5 | 3 | 5A | 33 |
| Octal | 363 | 37 | 22 | 0 | 127 | 135 | 5 | 3 | 132 | 63 |
| Binary | 11110011 | 11111 | 10010 | 0 | 1010111 | 1011101 | 101 | 11 | 1011010 | 110011 |
Color Harmonies of #F31F12
Complementary color
Monochromatic Colors of #F31F12
Black with #F31F12
Text Example
Text Example
White with #F31F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F12; }
p { color: rgb(243,31,18); }
H1.HeaderClassName
{
color: #F31F12;
}
.AnyTagClassName
{
color: #F31F12;
}
</style>
background-color css
<style>
a { background-color: #F31F12; }
a { background-color: rgb(243,31,18); }
div.DivClassName
{
background-color: #F31F12;
}
.BgClassName
{
background-color: #F31F12;
}
</style>
border-color css
<style>
span { border-color: #F31F12; }
span { border-color: rgb(243,31,18); }
td.TdClassName
{
border-color: #F31F12;
}
.TagClassName
{
border-color: #F31F12;
}
</style>