Shades of Scarlet #F31E18
Tints of Scarlet #F31E18
RGB
CMYK
RGB Variations
Color information
#F31E18 (or 0xF31E18) is known color: Scarlet. HEX triplet: F3, 1E and 18. RGB value is (243,30,24). Sum of RGB (Red+Green+Blue) = 243+30+24=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31E18 is #0CE1E7. Grayscale: #5D5D5D. Windows color (decimal): -844264 or 1580787. OLE color: 1580787.
HSL color Cylindrical-coordinate representation of color #F31E18: hue angle of 1.64º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31E18 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 24 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.05 |
| HSL | 1.64º | 0.9% | 0.52% | - |
| HSV(B) | 1.64º | 0.9% | 0.95% | - |
| XYZ | 37.59 | 20.05 | 2.75 | - |
| YUV | 93 | 89.07 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 24 | 0 | 0.88 | 0.90 | 0.05 | 1.64 | 0.9 | 0.52 |
| Hex | F3 | 1E | 18 | 0 | 58 | 5A | 5 | 2 | 5A | 34 |
| Octal | 363 | 36 | 30 | 0 | 130 | 132 | 5 | 2 | 132 | 64 |
| Binary | 11110011 | 11110 | 11000 | 0 | 1011000 | 1011010 | 101 | 10 | 1011010 | 110100 |
Color Harmonies of #F31E18
Complementary color
Monochromatic Colors of #F31E18
Black with #F31E18
Text Example
Text Example
White with #F31E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E18; }
p { color: rgb(243,30,24); }
H1.HeaderClassName
{
color: #F31E18;
}
.AnyTagClassName
{
color: #F31E18;
}
</style>
background-color css
<style>
a { background-color: #F31E18; }
a { background-color: rgb(243,30,24); }
div.DivClassName
{
background-color: #F31E18;
}
.BgClassName
{
background-color: #F31E18;
}
</style>
border-color css
<style>
span { border-color: #F31E18; }
span { border-color: rgb(243,30,24); }
td.TdClassName
{
border-color: #F31E18;
}
.TagClassName
{
border-color: #F31E18;
}
</style>