Shades of Scarlet #F42417
Tints of Scarlet #F42417
RGB
CMYK
RGB Variations
Color information
#F42417 (or 0xF42417) is known color: Scarlet. HEX triplet: F4, 24 and 17. RGB value is (244,36,23). Sum of RGB (Red+Green+Blue) = 244+36+23=303 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.53% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 244 - color contains mainly: red. Hex color #F42417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42417 is #0BDBE8. Grayscale: #606060. Windows color (decimal): -777193 or 1516788. OLE color: 1516788.
HSL color Cylindrical-coordinate representation of color #F42417: hue angle of 3.53º 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 #F42417 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 23 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.04 |
| HSL | 3.53º | 0.91% | 0.52% | - |
| HSV(B) | 3.53º | 0.91% | 0.96% | - |
| XYZ | 38.09 | 20.56 | 2.77 | - |
| YUV | 96.71 | 86.41 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 23 | 0 | 0.85 | 0.91 | 0.04 | 3.53 | 0.91 | 0.52 |
| Hex | F4 | 24 | 17 | 0 | 55 | 5B | 4 | 4 | 5B | 34 |
| Octal | 364 | 44 | 27 | 0 | 125 | 133 | 4 | 4 | 133 | 64 |
| Binary | 11110100 | 100100 | 10111 | 0 | 1010101 | 1011011 | 100 | 100 | 1011011 | 110100 |
Color Harmonies of #F42417
Complementary color
Monochromatic Colors of #F42417
Black with #F42417
Text Example
Text Example
White with #F42417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42417; }
p { color: rgb(244,36,23); }
H1.HeaderClassName
{
color: #F42417;
}
.AnyTagClassName
{
color: #F42417;
}
</style>
background-color css
<style>
a { background-color: #F42417; }
a { background-color: rgb(244,36,23); }
div.DivClassName
{
background-color: #F42417;
}
.BgClassName
{
background-color: #F42417;
}
</style>
border-color css
<style>
span { border-color: #F42417; }
span { border-color: rgb(244,36,23); }
td.TdClassName
{
border-color: #F42417;
}
.TagClassName
{
border-color: #F42417;
}
</style>