Shades of Scarlet #F0280C
Tints of Scarlet #F0280C
RGB
CMYK
RGB Variations
Color information
#F0280C (or 0xF0280C) is known color: Scarlet. HEX triplet: F0, 28 and 0C. RGB value is (240,40,12). Sum of RGB (Red+Green+Blue) = 240+40+12=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0280C is #0FD7F3. Grayscale: #606060. Windows color (decimal): -1038324 or 796912. OLE color: 796912.
HSL color Cylindrical-coordinate representation of color #F0280C: hue angle of 7.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0280C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.06 |
| HSL | 7.37º | 0.9% | 0.49% | - |
| HSV(B) | 7.37º | 0.95% | 0.94% | - |
| XYZ | 36.76 | 20.07 | 2.28 | - |
| YUV | 96.61 | 80.26 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 12 | 0 | 0.83 | 0.95 | 0.06 | 7.37 | 0.9 | 0.49 |
| Hex | F0 | 28 | C | 0 | 53 | 5F | 6 | 7 | 5A | 31 |
| Octal | 360 | 50 | 14 | 0 | 123 | 137 | 6 | 7 | 132 | 61 |
| Binary | 11110000 | 101000 | 1100 | 0 | 1010011 | 1011111 | 110 | 111 | 1011010 | 110001 |
Color Harmonies of #F0280C
Complementary color
Monochromatic Colors of #F0280C
Black with #F0280C
Text Example
Text Example
White with #F0280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0280C; }
p { color: rgb(240,40,12); }
H1.HeaderClassName
{
color: #F0280C;
}
.AnyTagClassName
{
color: #F0280C;
}
</style>
background-color css
<style>
a { background-color: #F0280C; }
a { background-color: rgb(240,40,12); }
div.DivClassName
{
background-color: #F0280C;
}
.BgClassName
{
background-color: #F0280C;
}
</style>
border-color css
<style>
span { border-color: #F0280C; }
span { border-color: rgb(240,40,12); }
td.TdClassName
{
border-color: #F0280C;
}
.TagClassName
{
border-color: #F0280C;
}
</style>