Shades of Scarlet #F31305
Tints of Scarlet #F31305
RGB
CMYK
RGB Variations
Color information
#F31305 (or 0xF31305) is known color: Scarlet. HEX triplet: F3, 13 and 05. RGB value is (243,19,5). Sum of RGB (Red+Green+Blue) = 243+19+5=267 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.01% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 243 - color contains mainly: red. Hex color #F31305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31305 is #0CECFA. Grayscale: #545454. Windows color (decimal): -847099 or 332787. OLE color: 332787.
HSL color Cylindrical-coordinate representation of color #F31305: hue angle of 3.53º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F31305 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.05 |
| HSL | 3.53º | 0.96% | 0.49% | - |
| HSV(B) | 3.53º | 0.98% | 0.95% | - |
| XYZ | 37.22 | 19.53 | 1.95 | - |
| YUV | 84.38 | 83.21 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 5 | 0 | 0.92 | 0.98 | 0.05 | 3.53 | 0.96 | 0.49 |
| Hex | F3 | 13 | 5 | 0 | 5C | 62 | 5 | 4 | 60 | 31 |
| Octal | 363 | 23 | 5 | 0 | 134 | 142 | 5 | 4 | 140 | 61 |
| Binary | 11110011 | 10011 | 101 | 0 | 1011100 | 1100010 | 101 | 100 | 1100000 | 110001 |
Color Harmonies of #F31305
Complementary color
Monochromatic Colors of #F31305
Black with #F31305
Text Example
Text Example
White with #F31305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31305; }
p { color: rgb(243,19,5); }
H1.HeaderClassName
{
color: #F31305;
}
.AnyTagClassName
{
color: #F31305;
}
</style>
background-color css
<style>
a { background-color: #F31305; }
a { background-color: rgb(243,19,5); }
div.DivClassName
{
background-color: #F31305;
}
.BgClassName
{
background-color: #F31305;
}
</style>
border-color css
<style>
span { border-color: #F31305; }
span { border-color: rgb(243,19,5); }
td.TdClassName
{
border-color: #F31305;
}
.TagClassName
{
border-color: #F31305;
}
</style>