Shades of Scarlet #F0280D
Tints of Scarlet #F0280D
RGB
CMYK
RGB Variations
Color information
#F0280D (or 0xF0280D) is known color: Scarlet. HEX triplet: F0, 28 and 0D. RGB value is (240,40,13). Sum of RGB (Red+Green+Blue) = 240+40+13=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F0280D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0280D is #0FD7F2. Grayscale: #616161. Windows color (decimal): -1038323 or 862448. OLE color: 862448.
HSL color Cylindrical-coordinate representation of color #F0280D: hue angle of 7.14º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0280D is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 13 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.06 |
| HSL | 7.14º | 0.9% | 0.5% | - |
| HSV(B) | 7.14º | 0.95% | 0.94% | - |
| XYZ | 36.77 | 20.07 | 2.32 | - |
| YUV | 96.72 | 80.76 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 13 | 0 | 0.83 | 0.95 | 0.06 | 7.14 | 0.9 | 0.5 |
| Hex | F0 | 28 | D | 0 | 53 | 5F | 6 | 7 | 5A | 32 |
| Octal | 360 | 50 | 15 | 0 | 123 | 137 | 6 | 7 | 132 | 62 |
| Binary | 11110000 | 101000 | 1101 | 0 | 1010011 | 1011111 | 110 | 111 | 1011010 | 110010 |
Color Harmonies of #F0280D
Complementary color
Monochromatic Colors of #F0280D
Black with #F0280D
Text Example
Text Example
White with #F0280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0280D; }
p { color: rgb(240,40,13); }
H1.HeaderClassName
{
color: #F0280D;
}
.AnyTagClassName
{
color: #F0280D;
}
</style>
background-color css
<style>
a { background-color: #F0280D; }
a { background-color: rgb(240,40,13); }
div.DivClassName
{
background-color: #F0280D;
}
.BgClassName
{
background-color: #F0280D;
}
</style>
border-color css
<style>
span { border-color: #F0280D; }
span { border-color: rgb(240,40,13); }
td.TdClassName
{
border-color: #F0280D;
}
.TagClassName
{
border-color: #F0280D;
}
</style>