Shades of Scarlet #F4200A
Tints of Scarlet #F4200A
RGB
CMYK
RGB Variations
Color information
#F4200A (or 0xF4200A) is known color: Scarlet. HEX triplet: F4, 20 and 0A. RGB value is (244,32,10). Sum of RGB (Red+Green+Blue) = 244+32+10=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F4200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4200A is #0BDFF5. Grayscale: #5D5D5D. Windows color (decimal): -778230 or 663796. OLE color: 663796.
HSL color Cylindrical-coordinate representation of color #F4200A: hue angle of 5.64º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4200A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.04 |
| HSL | 5.64º | 0.92% | 0.5% | - |
| HSV(B) | 5.64º | 0.96% | 0.96% | - |
| XYZ | 37.88 | 20.29 | 2.21 | - |
| YUV | 92.88 | 81.24 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 10 | 0 | 0.87 | 0.96 | 0.04 | 5.64 | 0.92 | 0.5 |
| Hex | F4 | 20 | A | 0 | 57 | 60 | 4 | 6 | 5C | 32 |
| Octal | 364 | 40 | 12 | 0 | 127 | 140 | 4 | 6 | 134 | 62 |
| Binary | 11110100 | 100000 | 1010 | 0 | 1010111 | 1100000 | 100 | 110 | 1011100 | 110010 |
Color Harmonies of #F4200A
Complementary color
Monochromatic Colors of #F4200A
Black with #F4200A
Text Example
Text Example
White with #F4200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4200A; }
p { color: rgb(244,32,10); }
H1.HeaderClassName
{
color: #F4200A;
}
.AnyTagClassName
{
color: #F4200A;
}
</style>
background-color css
<style>
a { background-color: #F4200A; }
a { background-color: rgb(244,32,10); }
div.DivClassName
{
background-color: #F4200A;
}
.BgClassName
{
background-color: #F4200A;
}
</style>
border-color css
<style>
span { border-color: #F4200A; }
span { border-color: rgb(244,32,10); }
td.TdClassName
{
border-color: #F4200A;
}
.TagClassName
{
border-color: #F4200A;
}
</style>