Shades of Scarlet #F4281D
Tints of Scarlet #F4281D
RGB
CMYK
RGB Variations
Color information
#F4281D (or 0xF4281D) is known color: Scarlet. HEX triplet: F4, 28 and 1D. RGB value is (244,40,29). Sum of RGB (Red+Green+Blue) = 244+40+29=313 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.96% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 244 - color contains mainly: red. Hex color #F4281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4281D is #0BD7E2. Grayscale: #636363. Windows color (decimal): -776163 or 1911028. OLE color: 1911028.
HSL color Cylindrical-coordinate representation of color #F4281D: hue angle of 3.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4281D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.04 |
| HSL | 3.07º | 0.91% | 0.54% | - |
| HSV(B) | 3.07º | 0.88% | 0.96% | - |
| XYZ | 38.29 | 20.84 | 3.17 | - |
| YUV | 99.74 | 88.09 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 29 | 0 | 0.84 | 0.88 | 0.04 | 3.07 | 0.91 | 0.54 |
| Hex | F4 | 28 | 1D | 0 | 54 | 58 | 4 | 3 | 5B | 36 |
| Octal | 364 | 50 | 35 | 0 | 124 | 130 | 4 | 3 | 133 | 66 |
| Binary | 11110100 | 101000 | 11101 | 0 | 1010100 | 1011000 | 100 | 11 | 1011011 | 110110 |
Color Harmonies of #F4281D
Complementary color
Monochromatic Colors of #F4281D
Black with #F4281D
Text Example
Text Example
White with #F4281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4281D; }
p { color: rgb(244,40,29); }
H1.HeaderClassName
{
color: #F4281D;
}
.AnyTagClassName
{
color: #F4281D;
}
</style>
background-color css
<style>
a { background-color: #F4281D; }
a { background-color: rgb(244,40,29); }
div.DivClassName
{
background-color: #F4281D;
}
.BgClassName
{
background-color: #F4281D;
}
</style>
border-color css
<style>
span { border-color: #F4281D; }
span { border-color: rgb(244,40,29); }
td.TdClassName
{
border-color: #F4281D;
}
.TagClassName
{
border-color: #F4281D;
}
</style>