Shades of Scarlet #F31D16
Tints of Scarlet #F31D16
RGB
CMYK
RGB Variations
Color information
#F31D16 (or 0xF31D16) is known color: Scarlet. HEX triplet: F3, 1D and 16. RGB value is (243,29,22). Sum of RGB (Red+Green+Blue) = 243+29+22=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31D16 is #0CE2E9. Grayscale: #5C5C5C. Windows color (decimal): -844522 or 1449459. OLE color: 1449459.
HSL color Cylindrical-coordinate representation of color #F31D16: hue angle of 1.9º 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 #F31D16 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 22 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.05 |
| HSL | 1.9º | 0.9% | 0.52% | - |
| HSV(B) | 1.9º | 0.91% | 0.95% | - |
| XYZ | 37.55 | 19.99 | 2.64 | - |
| YUV | 92.19 | 88.4 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 22 | 0 | 0.88 | 0.91 | 0.05 | 1.9 | 0.9 | 0.52 |
| Hex | F3 | 1D | 16 | 0 | 58 | 5B | 5 | 2 | 5A | 34 |
| Octal | 363 | 35 | 26 | 0 | 130 | 133 | 5 | 2 | 132 | 64 |
| Binary | 11110011 | 11101 | 10110 | 0 | 1011000 | 1011011 | 101 | 10 | 1011010 | 110100 |
Color Harmonies of #F31D16
Complementary color
Monochromatic Colors of #F31D16
Black with #F31D16
Text Example
Text Example
White with #F31D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D16; }
p { color: rgb(243,29,22); }
H1.HeaderClassName
{
color: #F31D16;
}
.AnyTagClassName
{
color: #F31D16;
}
</style>
background-color css
<style>
a { background-color: #F31D16; }
a { background-color: rgb(243,29,22); }
div.DivClassName
{
background-color: #F31D16;
}
.BgClassName
{
background-color: #F31D16;
}
</style>
border-color css
<style>
span { border-color: #F31D16; }
span { border-color: rgb(243,29,22); }
td.TdClassName
{
border-color: #F31D16;
}
.TagClassName
{
border-color: #F31D16;
}
</style>