Shades of Scarlet #F31C04
Tints of Scarlet #F31C04
RGB
CMYK
RGB Variations
Color information
#F31C04 (or 0xF31C04) is known color: Scarlet. HEX triplet: F3, 1C and 04. RGB value is (243,28,4). Sum of RGB (Red+Green+Blue) = 243+28+4=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C04 is #0CE3FB. Grayscale: #595959. Windows color (decimal): -844796 or 269555. OLE color: 269555.
HSL color Cylindrical-coordinate representation of color #F31C04: hue angle of 6.03º 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 #F31C04 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.05 |
| HSL | 6.03º | 0.97% | 0.48% | - |
| HSV(B) | 6.03º | 0.98% | 0.95% | - |
| XYZ | 37.4 | 19.89 | 1.98 | - |
| YUV | 89.55 | 79.73 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 4 | 0 | 0.88 | 0.98 | 0.05 | 6.03 | 0.97 | 0.48 |
| Hex | F3 | 1C | 4 | 0 | 58 | 62 | 5 | 6 | 61 | 30 |
| Octal | 363 | 34 | 4 | 0 | 130 | 142 | 5 | 6 | 141 | 60 |
| Binary | 11110011 | 11100 | 100 | 0 | 1011000 | 1100010 | 101 | 110 | 1100001 | 110000 |
Color Harmonies of #F31C04
Complementary color
Monochromatic Colors of #F31C04
Black with #F31C04
Text Example
Text Example
White with #F31C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C04; }
p { color: rgb(243,28,4); }
H1.HeaderClassName
{
color: #F31C04;
}
.AnyTagClassName
{
color: #F31C04;
}
</style>
background-color css
<style>
a { background-color: #F31C04; }
a { background-color: rgb(243,28,4); }
div.DivClassName
{
background-color: #F31C04;
}
.BgClassName
{
background-color: #F31C04;
}
</style>
border-color css
<style>
span { border-color: #F31C04; }
span { border-color: rgb(243,28,4); }
td.TdClassName
{
border-color: #F31C04;
}
.TagClassName
{
border-color: #F31C04;
}
</style>