Shades of Scarlet #F42504
Tints of Scarlet #F42504
RGB
CMYK
RGB Variations
Color information
#F42504 (or 0xF42504) is known color: Scarlet. HEX triplet: F4, 25 and 04. RGB value is (244,37,4). Sum of RGB (Red+Green+Blue) = 244+37+4=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F42504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42504 is #0BDAFB. Grayscale: #5F5F5F. Windows color (decimal): -776956 or 271860. OLE color: 271860.
HSL color Cylindrical-coordinate representation of color #F42504: hue angle of 8.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F42504 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.04 |
| HSL | 8.25º | 0.97% | 0.49% | - |
| HSV(B) | 8.25º | 0.98% | 0.96% | - |
| XYZ | 37.99 | 20.57 | 2.08 | - |
| YUV | 95.13 | 76.58 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 4 | 0 | 0.85 | 0.98 | 0.04 | 8.25 | 0.97 | 0.49 |
| Hex | F4 | 25 | 4 | 0 | 55 | 62 | 4 | 8 | 61 | 31 |
| Octal | 364 | 45 | 4 | 0 | 125 | 142 | 4 | 10 | 141 | 61 |
| Binary | 11110100 | 100101 | 100 | 0 | 1010101 | 1100010 | 100 | 1000 | 1100001 | 110001 |
Color Harmonies of #F42504
Complementary color
Monochromatic Colors of #F42504
Black with #F42504
Text Example
Text Example
White with #F42504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42504; }
p { color: rgb(244,37,4); }
H1.HeaderClassName
{
color: #F42504;
}
.AnyTagClassName
{
color: #F42504;
}
</style>
background-color css
<style>
a { background-color: #F42504; }
a { background-color: rgb(244,37,4); }
div.DivClassName
{
background-color: #F42504;
}
.BgClassName
{
background-color: #F42504;
}
</style>
border-color css
<style>
span { border-color: #F42504; }
span { border-color: rgb(244,37,4); }
td.TdClassName
{
border-color: #F42504;
}
.TagClassName
{
border-color: #F42504;
}
</style>