Shades of Scarlet #F12319
Tints of Scarlet #F12319
RGB
CMYK
RGB Variations
Color information
#F12319 (or 0xF12319) is known color: Scarlet. HEX triplet: F1, 23 and 19. RGB value is (241,35,25). Sum of RGB (Red+Green+Blue) = 241+35+25=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F12319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12319 is #0EDCE6. Grayscale: #5F5F5F. Windows color (decimal): -974055 or 1647601. OLE color: 1647601.
HSL color Cylindrical-coordinate representation of color #F12319: hue angle of 2.78º 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 #F12319 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.05 |
| HSL | 2.78º | 0.89% | 0.52% | - |
| HSV(B) | 2.78º | 0.9% | 0.95% | - |
| XYZ | 37.05 | 19.97 | 2.82 | - |
| YUV | 95.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 25 | 0 | 0.85 | 0.90 | 0.05 | 2.78 | 0.89 | 0.52 |
| Hex | F1 | 23 | 19 | 0 | 55 | 5A | 5 | 3 | 59 | 34 |
| Octal | 361 | 43 | 31 | 0 | 125 | 132 | 5 | 3 | 131 | 64 |
| Binary | 11110001 | 100011 | 11001 | 0 | 1010101 | 1011010 | 101 | 11 | 1011001 | 110100 |
Color Harmonies of #F12319
Complementary color
Monochromatic Colors of #F12319
Black with #F12319
Text Example
Text Example
White with #F12319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12319; }
p { color: rgb(241,35,25); }
H1.HeaderClassName
{
color: #F12319;
}
.AnyTagClassName
{
color: #F12319;
}
</style>
background-color css
<style>
a { background-color: #F12319; }
a { background-color: rgb(241,35,25); }
div.DivClassName
{
background-color: #F12319;
}
.BgClassName
{
background-color: #F12319;
}
</style>
border-color css
<style>
span { border-color: #F12319; }
span { border-color: rgb(241,35,25); }
td.TdClassName
{
border-color: #F12319;
}
.TagClassName
{
border-color: #F12319;
}
</style>