Shades of Scarlet #F4150D
Tints of Scarlet #F4150D
RGB
CMYK
RGB Variations
Color information
#F4150D (or 0xF4150D) is known color: Scarlet. HEX triplet: F4, 15 and 0D. RGB value is (244,21,13). Sum of RGB (Red+Green+Blue) = 244+21+13=278 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.77% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 244 - color contains mainly: red. Hex color #F4150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4150D is #0BEAF2. Grayscale: #575757. Windows color (decimal): -781043 or 857588. OLE color: 857588.
HSL color Cylindrical-coordinate representation of color #F4150D: hue angle of 2.08º 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 #F4150D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.04 |
| HSL | 2.08º | 0.91% | 0.5% | - |
| HSV(B) | 2.08º | 0.95% | 0.96% | - |
| XYZ | 37.65 | 19.8 | 2.22 | - |
| YUV | 86.77 | 86.38 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 13 | 0 | 0.91 | 0.95 | 0.04 | 2.08 | 0.91 | 0.5 |
| Hex | F4 | 15 | D | 0 | 5B | 5F | 4 | 2 | 5B | 32 |
| Octal | 364 | 25 | 15 | 0 | 133 | 137 | 4 | 2 | 133 | 62 |
| Binary | 11110100 | 10101 | 1101 | 0 | 1011011 | 1011111 | 100 | 10 | 1011011 | 110010 |
Color Harmonies of #F4150D
Complementary color
Monochromatic Colors of #F4150D
Black with #F4150D
Text Example
Text Example
White with #F4150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4150D; }
p { color: rgb(244,21,13); }
H1.HeaderClassName
{
color: #F4150D;
}
.AnyTagClassName
{
color: #F4150D;
}
</style>
background-color css
<style>
a { background-color: #F4150D; }
a { background-color: rgb(244,21,13); }
div.DivClassName
{
background-color: #F4150D;
}
.BgClassName
{
background-color: #F4150D;
}
</style>
border-color css
<style>
span { border-color: #F4150D; }
span { border-color: rgb(244,21,13); }
td.TdClassName
{
border-color: #F4150D;
}
.TagClassName
{
border-color: #F4150D;
}
</style>