Shades of Scarlet #F42900
Tints of Scarlet #F42900
RGB
CMYK
RGB Variations
Color information
#F42900 (or 0xF42900) is known color: Scarlet. HEX triplet: F4, 29 and 00. RGB value is (244,41,0). Sum of RGB (Red+Green+Blue) = 244+41+0=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F42900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42900 is #0BD6FF. Grayscale: #616161. Windows color (decimal): -775936 or 10740. OLE color: 10740.
HSL color Cylindrical-coordinate representation of color #F42900: hue angle of 10.08º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F42900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.04 |
| HSL | 10.08º | 1% | 0.48% | - |
| HSV(B) | 10.08º | 1% | 0.96% | - |
| XYZ | 38.1 | 20.82 | 2.01 | - |
| YUV | 97.02 | 73.25 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 0 | 0 | 0.83 | 1 | 0.04 | 10.08 | 1 | 0.48 |
| Hex | F4 | 29 | 0 | 0 | 53 | 64 | 4 | A | 64 | 30 |
| Octal | 364 | 51 | 0 | 0 | 123 | 144 | 4 | 12 | 144 | 60 |
| Binary | 11110100 | 101001 | 0 | 0 | 1010011 | 1100100 | 100 | 1010 | 1100100 | 110000 |
Color Harmonies of #F42900
Complementary color
Monochromatic Colors of #F42900
Black with #F42900
Text Example
Text Example
White with #F42900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42900; }
p { color: rgb(244,41,0); }
H1.HeaderClassName
{
color: #F42900;
}
.AnyTagClassName
{
color: #F42900;
}
</style>
background-color css
<style>
a { background-color: #F42900; }
a { background-color: rgb(244,41,0); }
div.DivClassName
{
background-color: #F42900;
}
.BgClassName
{
background-color: #F42900;
}
</style>
border-color css
<style>
span { border-color: #F42900; }
span { border-color: rgb(244,41,0); }
td.TdClassName
{
border-color: #F42900;
}
.TagClassName
{
border-color: #F42900;
}
</style>