Shades of Scarlet #F0281D
Tints of Scarlet #F0281D
RGB
CMYK
RGB Variations
Color information
#F0281D (or 0xF0281D) is known color: Scarlet. HEX triplet: F0, 28 and 1D. RGB value is (240,40,29). Sum of RGB (Red+Green+Blue) = 240+40+29=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F0281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0281D is #0FD7E2. Grayscale: #626262. Windows color (decimal): -1038307 or 1911024. OLE color: 1911024.
HSL color Cylindrical-coordinate representation of color #F0281D: hue angle of 3.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0281D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.06 |
| HSL | 3.13º | 0.88% | 0.53% | - |
| HSV(B) | 3.13º | 0.88% | 0.94% | - |
| XYZ | 36.92 | 20.13 | 3.1 | - |
| YUV | 98.55 | 88.76 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 29 | 0 | 0.83 | 0.88 | 0.06 | 3.13 | 0.88 | 0.53 |
| Hex | F0 | 28 | 1D | 0 | 53 | 58 | 6 | 3 | 58 | 35 |
| Octal | 360 | 50 | 35 | 0 | 123 | 130 | 6 | 3 | 130 | 65 |
| Binary | 11110000 | 101000 | 11101 | 0 | 1010011 | 1011000 | 110 | 11 | 1011000 | 110101 |
Color Harmonies of #F0281D
Complementary color
Monochromatic Colors of #F0281D
Black with #F0281D
Text Example
Text Example
White with #F0281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0281D; }
p { color: rgb(240,40,29); }
H1.HeaderClassName
{
color: #F0281D;
}
.AnyTagClassName
{
color: #F0281D;
}
</style>
background-color css
<style>
a { background-color: #F0281D; }
a { background-color: rgb(240,40,29); }
div.DivClassName
{
background-color: #F0281D;
}
.BgClassName
{
background-color: #F0281D;
}
</style>
border-color css
<style>
span { border-color: #F0281D; }
span { border-color: rgb(240,40,29); }
td.TdClassName
{
border-color: #F0281D;
}
.TagClassName
{
border-color: #F0281D;
}
</style>