Shades of Scarlet #F31404
Tints of Scarlet #F31404
RGB
CMYK
RGB Variations
Color information
#F31404 (or 0xF31404) is known color: Scarlet. HEX triplet: F3, 14 and 04. RGB value is (243,20,4). Sum of RGB (Red+Green+Blue) = 243+20+4=267 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.01% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 243 - color contains mainly: red. Hex color #F31404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31404 is #0CEBFB. Grayscale: #555555. Windows color (decimal): -846844 or 267507. OLE color: 267507.
HSL color Cylindrical-coordinate representation of color #F31404: hue angle of 4.02º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F31404 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.05 |
| HSL | 4.02º | 0.97% | 0.48% | - |
| HSV(B) | 4.02º | 0.98% | 0.95% | - |
| XYZ | 37.23 | 19.56 | 1.93 | - |
| YUV | 84.85 | 82.38 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 4 | 0 | 0.92 | 0.98 | 0.05 | 4.02 | 0.97 | 0.48 |
| Hex | F3 | 14 | 4 | 0 | 5C | 62 | 5 | 4 | 61 | 30 |
| Octal | 363 | 24 | 4 | 0 | 134 | 142 | 5 | 4 | 141 | 60 |
| Binary | 11110011 | 10100 | 100 | 0 | 1011100 | 1100010 | 101 | 100 | 1100001 | 110000 |
Color Harmonies of #F31404
Complementary color
Monochromatic Colors of #F31404
Black with #F31404
Text Example
Text Example
White with #F31404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31404; }
p { color: rgb(243,20,4); }
H1.HeaderClassName
{
color: #F31404;
}
.AnyTagClassName
{
color: #F31404;
}
</style>
background-color css
<style>
a { background-color: #F31404; }
a { background-color: rgb(243,20,4); }
div.DivClassName
{
background-color: #F31404;
}
.BgClassName
{
background-color: #F31404;
}
</style>
border-color css
<style>
span { border-color: #F31404; }
span { border-color: rgb(243,20,4); }
td.TdClassName
{
border-color: #F31404;
}
.TagClassName
{
border-color: #F31404;
}
</style>