Shades of Scarlet #F31304
Tints of Scarlet #F31304
RGB
CMYK
RGB Variations
Color information
#F31304 (or 0xF31304) is known color: Scarlet. HEX triplet: F3, 13 and 04. RGB value is (243,19,4). Sum of RGB (Red+Green+Blue) = 243+19+4=266 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.35% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 243 - color contains mainly: red. Hex color #F31304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31304 is #0CECFB. Grayscale: #545454. Windows color (decimal): -847100 or 267251. OLE color: 267251.
HSL color Cylindrical-coordinate representation of color #F31304: hue angle of 3.77º 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 #F31304 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.05 |
| HSL | 3.77º | 0.97% | 0.48% | - |
| HSV(B) | 3.77º | 0.98% | 0.95% | - |
| XYZ | 37.22 | 19.53 | 1.92 | - |
| YUV | 84.27 | 82.71 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 4 | 0 | 0.92 | 0.98 | 0.05 | 3.77 | 0.97 | 0.48 |
| Hex | F3 | 13 | 4 | 0 | 5C | 62 | 5 | 4 | 61 | 30 |
| Octal | 363 | 23 | 4 | 0 | 134 | 142 | 5 | 4 | 141 | 60 |
| Binary | 11110011 | 10011 | 100 | 0 | 1011100 | 1100010 | 101 | 100 | 1100001 | 110000 |
Color Harmonies of #F31304
Complementary color
Monochromatic Colors of #F31304
Black with #F31304
Text Example
Text Example
White with #F31304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31304; }
p { color: rgb(243,19,4); }
H1.HeaderClassName
{
color: #F31304;
}
.AnyTagClassName
{
color: #F31304;
}
</style>
background-color css
<style>
a { background-color: #F31304; }
a { background-color: rgb(243,19,4); }
div.DivClassName
{
background-color: #F31304;
}
.BgClassName
{
background-color: #F31304;
}
</style>
border-color css
<style>
span { border-color: #F31304; }
span { border-color: rgb(243,19,4); }
td.TdClassName
{
border-color: #F31304;
}
.TagClassName
{
border-color: #F31304;
}
</style>