Shades of Scarlet #F31F1C
Tints of Scarlet #F31F1C
RGB
CMYK
RGB Variations
Color information
#F31F1C (or 0xF31F1C) is known color: Scarlet. HEX triplet: F3, 1F and 1C. RGB value is (243,31,28). Sum of RGB (Red+Green+Blue) = 243+31+28=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F1C is #0CE0E3. Grayscale: #5E5E5E. Windows color (decimal): -844004 or 1843187. OLE color: 1843187.
HSL color Cylindrical-coordinate representation of color #F31F1C: hue angle of 0.84º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31F1C is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 28 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.05 |
| HSL | 0.84º | 0.9% | 0.53% | - |
| HSV(B) | 0.84º | 0.88% | 0.95% | - |
| XYZ | 37.66 | 20.12 | 3 | - |
| YUV | 94.05 | 90.74 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 28 | 0 | 0.87 | 0.88 | 0.05 | 0.84 | 0.9 | 0.53 |
| Hex | F3 | 1F | 1C | 0 | 57 | 58 | 5 | 1 | 5A | 35 |
| Octal | 363 | 37 | 34 | 0 | 127 | 130 | 5 | 1 | 132 | 65 |
| Binary | 11110011 | 11111 | 11100 | 0 | 1010111 | 1011000 | 101 | 1 | 1011010 | 110101 |
Color Harmonies of #F31F1C
Complementary color
Monochromatic Colors of #F31F1C
Black with #F31F1C
Text Example
Text Example
White with #F31F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F1C; }
p { color: rgb(243,31,28); }
H1.HeaderClassName
{
color: #F31F1C;
}
.AnyTagClassName
{
color: #F31F1C;
}
</style>
background-color css
<style>
a { background-color: #F31F1C; }
a { background-color: rgb(243,31,28); }
div.DivClassName
{
background-color: #F31F1C;
}
.BgClassName
{
background-color: #F31F1C;
}
</style>
border-color css
<style>
span { border-color: #F31F1C; }
span { border-color: rgb(243,31,28); }
td.TdClassName
{
border-color: #F31F1C;
}
.TagClassName
{
border-color: #F31F1C;
}
</style>