Shades of Scarlet #F42705
Tints of Scarlet #F42705
RGB
CMYK
RGB Variations
Color information
#F42705 (or 0xF42705) is known color: Scarlet. HEX triplet: F4, 27 and 05. RGB value is (244,39,5). Sum of RGB (Red+Green+Blue) = 244+39+5=288 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.72% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 244 - color contains mainly: red. Hex color #F42705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42705 is #0BD8FA. Grayscale: #606060. Windows color (decimal): -776443 or 337908. OLE color: 337908.
HSL color Cylindrical-coordinate representation of color #F42705: hue angle of 8.54º degrees, saturation: 0.96, 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 #F42705 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.04 |
| HSL | 8.54º | 0.96% | 0.49% | - |
| HSV(B) | 8.54º | 0.98% | 0.96% | - |
| XYZ | 38.06 | 20.7 | 2.13 | - |
| YUV | 96.42 | 76.42 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 5 | 0 | 0.84 | 0.98 | 0.04 | 8.54 | 0.96 | 0.49 |
| Hex | F4 | 27 | 5 | 0 | 54 | 62 | 4 | 9 | 60 | 31 |
| Octal | 364 | 47 | 5 | 0 | 124 | 142 | 4 | 11 | 140 | 61 |
| Binary | 11110100 | 100111 | 101 | 0 | 1010100 | 1100010 | 100 | 1001 | 1100000 | 110001 |
Color Harmonies of #F42705
Complementary color
Monochromatic Colors of #F42705
Black with #F42705
Text Example
Text Example
White with #F42705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42705; }
p { color: rgb(244,39,5); }
H1.HeaderClassName
{
color: #F42705;
}
.AnyTagClassName
{
color: #F42705;
}
</style>
background-color css
<style>
a { background-color: #F42705; }
a { background-color: rgb(244,39,5); }
div.DivClassName
{
background-color: #F42705;
}
.BgClassName
{
background-color: #F42705;
}
</style>
border-color css
<style>
span { border-color: #F42705; }
span { border-color: rgb(244,39,5); }
td.TdClassName
{
border-color: #F42705;
}
.TagClassName
{
border-color: #F42705;
}
</style>