Shades of Scarlet #F42915
Tints of Scarlet #F42915
RGB
CMYK
RGB Variations
Color information
#F42915 (or 0xF42915) is known color: Scarlet. HEX triplet: F4, 29 and 15. RGB value is (244,41,21). Sum of RGB (Red+Green+Blue) = 244+41+21=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F42915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42915 is #0BD6EA. Grayscale: #636363. Windows color (decimal): -775915 or 1386996. OLE color: 1386996.
HSL color Cylindrical-coordinate representation of color #F42915: hue angle of 5.38º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F42915 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 21 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.04 |
| HSL | 5.38º | 0.91% | 0.52% | - |
| HSV(B) | 5.38º | 0.91% | 0.96% | - |
| XYZ | 38.24 | 20.87 | 2.72 | - |
| YUV | 99.42 | 83.75 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 21 | 0 | 0.83 | 0.91 | 0.04 | 5.38 | 0.91 | 0.52 |
| Hex | F4 | 29 | 15 | 0 | 53 | 5B | 4 | 5 | 5B | 34 |
| Octal | 364 | 51 | 25 | 0 | 123 | 133 | 4 | 5 | 133 | 64 |
| Binary | 11110100 | 101001 | 10101 | 0 | 1010011 | 1011011 | 100 | 101 | 1011011 | 110100 |
Color Harmonies of #F42915
Complementary color
Monochromatic Colors of #F42915
Black with #F42915
Text Example
Text Example
White with #F42915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42915; }
p { color: rgb(244,41,21); }
H1.HeaderClassName
{
color: #F42915;
}
.AnyTagClassName
{
color: #F42915;
}
</style>
background-color css
<style>
a { background-color: #F42915; }
a { background-color: rgb(244,41,21); }
div.DivClassName
{
background-color: #F42915;
}
.BgClassName
{
background-color: #F42915;
}
</style>
border-color css
<style>
span { border-color: #F42915; }
span { border-color: rgb(244,41,21); }
td.TdClassName
{
border-color: #F42915;
}
.TagClassName
{
border-color: #F42915;
}
</style>