Shades of Scarlet #F31E05
Tints of Scarlet #F31E05
RGB
CMYK
RGB Variations
Color information
#F31E05 (or 0xF31E05) is known color: Scarlet. HEX triplet: F3, 1E and 05. RGB value is (243,30,5). Sum of RGB (Red+Green+Blue) = 243+30+5=278 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.41% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31E05 is #0CE1FA. Grayscale: #5B5B5B. Windows color (decimal): -844283 or 335603. OLE color: 335603.
HSL color Cylindrical-coordinate representation of color #F31E05: hue angle of 6.3º 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 #F31E05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 5 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.05 |
| HSL | 6.3º | 0.96% | 0.49% | - |
| HSV(B) | 6.3º | 0.98% | 0.95% | - |
| XYZ | 37.45 | 19.99 | 2.03 | - |
| YUV | 90.84 | 79.57 | 236.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 5 | 0 | 0.88 | 0.98 | 0.05 | 6.3 | 0.96 | 0.49 |
| Hex | F3 | 1E | 5 | 0 | 58 | 62 | 5 | 6 | 60 | 31 |
| Octal | 363 | 36 | 5 | 0 | 130 | 142 | 5 | 6 | 140 | 61 |
| Binary | 11110011 | 11110 | 101 | 0 | 1011000 | 1100010 | 101 | 110 | 1100000 | 110001 |
Color Harmonies of #F31E05
Complementary color
Monochromatic Colors of #F31E05
Black with #F31E05
Text Example
Text Example
White with #F31E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E05; }
p { color: rgb(243,30,5); }
H1.HeaderClassName
{
color: #F31E05;
}
.AnyTagClassName
{
color: #F31E05;
}
</style>
background-color css
<style>
a { background-color: #F31E05; }
a { background-color: rgb(243,30,5); }
div.DivClassName
{
background-color: #F31E05;
}
.BgClassName
{
background-color: #F31E05;
}
</style>
border-color css
<style>
span { border-color: #F31E05; }
span { border-color: rgb(243,30,5); }
td.TdClassName
{
border-color: #F31E05;
}
.TagClassName
{
border-color: #F31E05;
}
</style>