Shades of Scarlet #F12312
Tints of Scarlet #F12312
RGB
CMYK
RGB Variations
Color information
#F12312 (or 0xF12312) is known color: Scarlet. HEX triplet: F1, 23 and 12. RGB value is (241,35,18). Sum of RGB (Red+Green+Blue) = 241+35+18=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F12312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12312 is #0EDCED. Grayscale: #5E5E5E. Windows color (decimal): -974062 or 1188849. OLE color: 1188849.
HSL color Cylindrical-coordinate representation of color #F12312: hue angle of 4.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12312 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.05 |
| HSL | 4.57º | 0.89% | 0.51% | - |
| HSV(B) | 4.57º | 0.93% | 0.95% | - |
| XYZ | 36.99 | 19.95 | 2.47 | - |
| YUV | 94.66 | 84.75 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 18 | 0 | 0.85 | 0.93 | 0.05 | 4.57 | 0.89 | 0.51 |
| Hex | F1 | 23 | 12 | 0 | 55 | 5D | 5 | 5 | 59 | 33 |
| Octal | 361 | 43 | 22 | 0 | 125 | 135 | 5 | 5 | 131 | 63 |
| Binary | 11110001 | 100011 | 10010 | 0 | 1010101 | 1011101 | 101 | 101 | 1011001 | 110011 |
Color Harmonies of #F12312
Complementary color
Monochromatic Colors of #F12312
Black with #F12312
Text Example
Text Example
White with #F12312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12312; }
p { color: rgb(241,35,18); }
H1.HeaderClassName
{
color: #F12312;
}
.AnyTagClassName
{
color: #F12312;
}
</style>
background-color css
<style>
a { background-color: #F12312; }
a { background-color: rgb(241,35,18); }
div.DivClassName
{
background-color: #F12312;
}
.BgClassName
{
background-color: #F12312;
}
</style>
border-color css
<style>
span { border-color: #F12312; }
span { border-color: rgb(241,35,18); }
td.TdClassName
{
border-color: #F12312;
}
.TagClassName
{
border-color: #F12312;
}
</style>