Shades of Scarlet #F31D13
Tints of Scarlet #F31D13
RGB
CMYK
RGB Variations
Color information
#F31D13 (or 0xF31D13) is known color: Scarlet. HEX triplet: F3, 1D and 13. RGB value is (243,29,19). Sum of RGB (Red+Green+Blue) = 243+29+19=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31D13 is #0CE2EC. Grayscale: #5C5C5C. Windows color (decimal): -844525 or 1252851. OLE color: 1252851.
HSL color Cylindrical-coordinate representation of color #F31D13: hue angle of 2.68º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31D13 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 19 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.05 |
| HSL | 2.68º | 0.9% | 0.51% | - |
| HSV(B) | 2.68º | 0.92% | 0.95% | - |
| XYZ | 37.52 | 19.98 | 2.5 | - |
| YUV | 91.85 | 86.9 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 19 | 0 | 0.88 | 0.92 | 0.05 | 2.68 | 0.9 | 0.51 |
| Hex | F3 | 1D | 13 | 0 | 58 | 5C | 5 | 3 | 5A | 33 |
| Octal | 363 | 35 | 23 | 0 | 130 | 134 | 5 | 3 | 132 | 63 |
| Binary | 11110011 | 11101 | 10011 | 0 | 1011000 | 1011100 | 101 | 11 | 1011010 | 110011 |
Color Harmonies of #F31D13
Complementary color
Monochromatic Colors of #F31D13
Black with #F31D13
Text Example
Text Example
White with #F31D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D13; }
p { color: rgb(243,29,19); }
H1.HeaderClassName
{
color: #F31D13;
}
.AnyTagClassName
{
color: #F31D13;
}
</style>
background-color css
<style>
a { background-color: #F31D13; }
a { background-color: rgb(243,29,19); }
div.DivClassName
{
background-color: #F31D13;
}
.BgClassName
{
background-color: #F31D13;
}
</style>
border-color css
<style>
span { border-color: #F31D13; }
span { border-color: rgb(243,29,19); }
td.TdClassName
{
border-color: #F31D13;
}
.TagClassName
{
border-color: #F31D13;
}
</style>