Shades of Scarlet #F4281C
Tints of Scarlet #F4281C
RGB
CMYK
RGB Variations
Color information
#F4281C (or 0xF4281C) is known color: Scarlet. HEX triplet: F4, 28 and 1C. RGB value is (244,40,28). Sum of RGB (Red+Green+Blue) = 244+40+28=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F4281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4281C is #0BD7E3. Grayscale: #636363. Windows color (decimal): -776164 or 1845492. OLE color: 1845492.
HSL color Cylindrical-coordinate representation of color #F4281C: hue angle of 3.33º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4281C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.04 |
| HSL | 3.33º | 0.91% | 0.53% | - |
| HSV(B) | 3.33º | 0.89% | 0.96% | - |
| XYZ | 38.28 | 20.83 | 3.1 | - |
| YUV | 99.63 | 87.59 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 28 | 0 | 0.84 | 0.89 | 0.04 | 3.33 | 0.91 | 0.53 |
| Hex | F4 | 28 | 1C | 0 | 54 | 59 | 4 | 3 | 5B | 35 |
| Octal | 364 | 50 | 34 | 0 | 124 | 131 | 4 | 3 | 133 | 65 |
| Binary | 11110100 | 101000 | 11100 | 0 | 1010100 | 1011001 | 100 | 11 | 1011011 | 110101 |
Color Harmonies of #F4281C
Complementary color
Monochromatic Colors of #F4281C
Black with #F4281C
Text Example
Text Example
White with #F4281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4281C; }
p { color: rgb(244,40,28); }
H1.HeaderClassName
{
color: #F4281C;
}
.AnyTagClassName
{
color: #F4281C;
}
</style>
background-color css
<style>
a { background-color: #F4281C; }
a { background-color: rgb(244,40,28); }
div.DivClassName
{
background-color: #F4281C;
}
.BgClassName
{
background-color: #F4281C;
}
</style>
border-color css
<style>
span { border-color: #F4281C; }
span { border-color: rgb(244,40,28); }
td.TdClassName
{
border-color: #F4281C;
}
.TagClassName
{
border-color: #F4281C;
}
</style>