Shades of Scarlet #F31D03
Tints of Scarlet #F31D03
RGB
CMYK
RGB Variations
Color information
#F31D03 (or 0xF31D03) is known color: Scarlet. HEX triplet: F3, 1D and 03. RGB value is (243,29,3). Sum of RGB (Red+Green+Blue) = 243+29+3=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31D03 is #0CE2FC. Grayscale: #5A5A5A. Windows color (decimal): -844541 or 204275. OLE color: 204275.
HSL color Cylindrical-coordinate representation of color #F31D03: hue angle of 6.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F31D03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.05 |
| HSL | 6.5º | 0.98% | 0.48% | - |
| HSV(B) | 6.5º | 0.99% | 0.95% | - |
| XYZ | 37.42 | 19.94 | 1.96 | - |
| YUV | 90.02 | 78.9 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 3 | 0 | 0.88 | 0.99 | 0.05 | 6.5 | 0.98 | 0.48 |
| Hex | F3 | 1D | 3 | 0 | 58 | 63 | 5 | 6 | 62 | 30 |
| Octal | 363 | 35 | 3 | 0 | 130 | 143 | 5 | 6 | 142 | 60 |
| Binary | 11110011 | 11101 | 11 | 0 | 1011000 | 1100011 | 101 | 110 | 1100010 | 110000 |
Color Harmonies of #F31D03
Complementary color
Monochromatic Colors of #F31D03
Black with #F31D03
Text Example
Text Example
White with #F31D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D03; }
p { color: rgb(243,29,3); }
H1.HeaderClassName
{
color: #F31D03;
}
.AnyTagClassName
{
color: #F31D03;
}
</style>
background-color css
<style>
a { background-color: #F31D03; }
a { background-color: rgb(243,29,3); }
div.DivClassName
{
background-color: #F31D03;
}
.BgClassName
{
background-color: #F31D03;
}
</style>
border-color css
<style>
span { border-color: #F31D03; }
span { border-color: rgb(243,29,3); }
td.TdClassName
{
border-color: #F31D03;
}
.TagClassName
{
border-color: #F31D03;
}
</style>