Shades of Scarlet #F1231C
Tints of Scarlet #F1231C
RGB
CMYK
RGB Variations
Color information
#F1231C (or 0xF1231C) is known color: Scarlet. HEX triplet: F1, 23 and 1C. RGB value is (241,35,28). Sum of RGB (Red+Green+Blue) = 241+35+28=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1231C is #0EDCE3. Grayscale: #606060. Windows color (decimal): -974052 or 1844209. OLE color: 1844209.
HSL color Cylindrical-coordinate representation of color #F1231C: hue angle of 1.97º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1231C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 28 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.05 |
| HSL | 1.97º | 0.88% | 0.53% | - |
| HSV(B) | 1.97º | 0.88% | 0.95% | - |
| XYZ | 37.09 | 19.99 | 3 | - |
| YUV | 95.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 28 | 0 | 0.85 | 0.88 | 0.05 | 1.97 | 0.88 | 0.53 |
| Hex | F1 | 23 | 1C | 0 | 55 | 58 | 5 | 2 | 58 | 35 |
| Octal | 361 | 43 | 34 | 0 | 125 | 130 | 5 | 2 | 130 | 65 |
| Binary | 11110001 | 100011 | 11100 | 0 | 1010101 | 1011000 | 101 | 10 | 1011000 | 110101 |
Color Harmonies of #F1231C
Complementary color
Monochromatic Colors of #F1231C
Black with #F1231C
Text Example
Text Example
White with #F1231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1231C; }
p { color: rgb(241,35,28); }
H1.HeaderClassName
{
color: #F1231C;
}
.AnyTagClassName
{
color: #F1231C;
}
</style>
background-color css
<style>
a { background-color: #F1231C; }
a { background-color: rgb(241,35,28); }
div.DivClassName
{
background-color: #F1231C;
}
.BgClassName
{
background-color: #F1231C;
}
</style>
border-color css
<style>
span { border-color: #F1231C; }
span { border-color: rgb(241,35,28); }
td.TdClassName
{
border-color: #F1231C;
}
.TagClassName
{
border-color: #F1231C;
}
</style>