Shades of Scarlet #F31D1A
Tints of Scarlet #F31D1A
RGB
CMYK
RGB Variations
Color information
#F31D1A (or 0xF31D1A) is known color: Scarlet. HEX triplet: F3, 1D and 1A. RGB value is (243,29,26). Sum of RGB (Red+Green+Blue) = 243+29+26=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31D1A is #0CE2E5. Grayscale: #5C5C5C. Windows color (decimal): -844518 or 1711603. OLE color: 1711603.
HSL color Cylindrical-coordinate representation of color #F31D1A: hue angle of 0.83º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31D1A is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 26 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.05 |
| HSL | 0.83º | 0.9% | 0.53% | - |
| HSV(B) | 0.83º | 0.89% | 0.95% | - |
| XYZ | 37.59 | 20.01 | 2.86 | - |
| YUV | 92.64 | 90.4 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 26 | 0 | 0.88 | 0.89 | 0.05 | 0.83 | 0.9 | 0.53 |
| Hex | F3 | 1D | 1A | 0 | 58 | 59 | 5 | 1 | 5A | 35 |
| Octal | 363 | 35 | 32 | 0 | 130 | 131 | 5 | 1 | 132 | 65 |
| Binary | 11110011 | 11101 | 11010 | 0 | 1011000 | 1011001 | 101 | 1 | 1011010 | 110101 |
Color Harmonies of #F31D1A
Complementary color
Monochromatic Colors of #F31D1A
Black with #F31D1A
Text Example
Text Example
White with #F31D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D1A; }
p { color: rgb(243,29,26); }
H1.HeaderClassName
{
color: #F31D1A;
}
.AnyTagClassName
{
color: #F31D1A;
}
</style>
background-color css
<style>
a { background-color: #F31D1A; }
a { background-color: rgb(243,29,26); }
div.DivClassName
{
background-color: #F31D1A;
}
.BgClassName
{
background-color: #F31D1A;
}
</style>
border-color css
<style>
span { border-color: #F31D1A; }
span { border-color: rgb(243,29,26); }
td.TdClassName
{
border-color: #F31D1A;
}
.TagClassName
{
border-color: #F31D1A;
}
</style>