Shades of Scarlet #F12A19
Tints of Scarlet #F12A19
RGB
CMYK
RGB Variations
Color information
#F12A19 (or 0xF12A19) is known color: Scarlet. HEX triplet: F1, 2A and 19. RGB value is (241,42,25). Sum of RGB (Red+Green+Blue) = 241+42+25=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12A19 is #0ED5E6. Grayscale: #636363. Windows color (decimal): -972263 or 1649393. OLE color: 1649393.
HSL color Cylindrical-coordinate representation of color #F12A19: hue angle of 4.72º degrees, saturation: 0.89, 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 #F12A19 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 25 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.05 |
| HSL | 4.72º | 0.89% | 0.52% | - |
| HSV(B) | 4.72º | 0.9% | 0.95% | - |
| XYZ | 37.28 | 20.43 | 2.9 | - |
| YUV | 99.56 | 85.93 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 25 | 0 | 0.83 | 0.90 | 0.05 | 4.72 | 0.89 | 0.52 |
| Hex | F1 | 2A | 19 | 0 | 53 | 5A | 5 | 5 | 59 | 34 |
| Octal | 361 | 52 | 31 | 0 | 123 | 132 | 5 | 5 | 131 | 64 |
| Binary | 11110001 | 101010 | 11001 | 0 | 1010011 | 1011010 | 101 | 101 | 1011001 | 110100 |
Color Harmonies of #F12A19
Complementary color
Monochromatic Colors of #F12A19
Black with #F12A19
Text Example
Text Example
White with #F12A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12A19; }
p { color: rgb(241,42,25); }
H1.HeaderClassName
{
color: #F12A19;
}
.AnyTagClassName
{
color: #F12A19;
}
</style>
background-color css
<style>
a { background-color: #F12A19; }
a { background-color: rgb(241,42,25); }
div.DivClassName
{
background-color: #F12A19;
}
.BgClassName
{
background-color: #F12A19;
}
</style>
border-color css
<style>
span { border-color: #F12A19; }
span { border-color: rgb(241,42,25); }
td.TdClassName
{
border-color: #F12A19;
}
.TagClassName
{
border-color: #F12A19;
}
</style>