Shades of Scarlet #F4150C
Tints of Scarlet #F4150C
RGB
CMYK
RGB Variations
Color information
#F4150C (or 0xF4150C) is known color: Scarlet. HEX triplet: F4, 15 and 0C. RGB value is (244,21,12). Sum of RGB (Red+Green+Blue) = 244+21+12=277 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.09% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 244 - color contains mainly: red. Hex color #F4150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4150C is #0BEAF3. Grayscale: #565656. Windows color (decimal): -781044 or 792052. OLE color: 792052.
HSL color Cylindrical-coordinate representation of color #F4150C: hue angle of 2.33º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4150C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.04 |
| HSL | 2.33º | 0.91% | 0.5% | - |
| HSV(B) | 2.33º | 0.95% | 0.96% | - |
| XYZ | 37.64 | 19.8 | 2.18 | - |
| YUV | 86.65 | 85.88 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 12 | 0 | 0.91 | 0.95 | 0.04 | 2.33 | 0.91 | 0.5 |
| Hex | F4 | 15 | C | 0 | 5B | 5F | 4 | 2 | 5B | 32 |
| Octal | 364 | 25 | 14 | 0 | 133 | 137 | 4 | 2 | 133 | 62 |
| Binary | 11110100 | 10101 | 1100 | 0 | 1011011 | 1011111 | 100 | 10 | 1011011 | 110010 |
Color Harmonies of #F4150C
Complementary color
Monochromatic Colors of #F4150C
Black with #F4150C
Text Example
Text Example
White with #F4150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4150C; }
p { color: rgb(244,21,12); }
H1.HeaderClassName
{
color: #F4150C;
}
.AnyTagClassName
{
color: #F4150C;
}
</style>
background-color css
<style>
a { background-color: #F4150C; }
a { background-color: rgb(244,21,12); }
div.DivClassName
{
background-color: #F4150C;
}
.BgClassName
{
background-color: #F4150C;
}
</style>
border-color css
<style>
span { border-color: #F4150C; }
span { border-color: rgb(244,21,12); }
td.TdClassName
{
border-color: #F4150C;
}
.TagClassName
{
border-color: #F4150C;
}
</style>