Shades of Scarlet #F31D0A
Tints of Scarlet #F31D0A
RGB
CMYK
RGB Variations
Color information
#F31D0A (or 0xF31D0A) is known color: Scarlet. HEX triplet: F3, 1D and 0A. RGB value is (243,29,10). Sum of RGB (Red+Green+Blue) = 243+29+10=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31D0A is #0CE2F5. Grayscale: #5B5B5B. Windows color (decimal): -844534 or 663027. OLE color: 663027.
HSL color Cylindrical-coordinate representation of color #F31D0A: hue angle of 4.89º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F31D0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.05 |
| HSL | 4.89º | 0.92% | 0.5% | - |
| HSV(B) | 4.89º | 0.96% | 0.95% | - |
| XYZ | 37.46 | 19.96 | 2.16 | - |
| YUV | 90.82 | 82.4 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 10 | 0 | 0.88 | 0.96 | 0.05 | 4.89 | 0.92 | 0.5 |
| Hex | F3 | 1D | A | 0 | 58 | 60 | 5 | 5 | 5C | 32 |
| Octal | 363 | 35 | 12 | 0 | 130 | 140 | 5 | 5 | 134 | 62 |
| Binary | 11110011 | 11101 | 1010 | 0 | 1011000 | 1100000 | 101 | 101 | 1011100 | 110010 |
Color Harmonies of #F31D0A
Complementary color
Monochromatic Colors of #F31D0A
Black with #F31D0A
Text Example
Text Example
White with #F31D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D0A; }
p { color: rgb(243,29,10); }
H1.HeaderClassName
{
color: #F31D0A;
}
.AnyTagClassName
{
color: #F31D0A;
}
</style>
background-color css
<style>
a { background-color: #F31D0A; }
a { background-color: rgb(243,29,10); }
div.DivClassName
{
background-color: #F31D0A;
}
.BgClassName
{
background-color: #F31D0A;
}
</style>
border-color css
<style>
span { border-color: #F31D0A; }
span { border-color: rgb(243,29,10); }
td.TdClassName
{
border-color: #F31D0A;
}
.TagClassName
{
border-color: #F31D0A;
}
</style>