Shades of Scarlet #F0280B
Tints of Scarlet #F0280B
RGB
CMYK
RGB Variations
Color information
#F0280B (or 0xF0280B) is known color: Scarlet. HEX triplet: F0, 28 and 0B. RGB value is (240,40,11). Sum of RGB (Red+Green+Blue) = 240+40+11=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F0280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0280B is #0FD7F4. Grayscale: #606060. Windows color (decimal): -1038325 or 731376. OLE color: 731376.
HSL color Cylindrical-coordinate representation of color #F0280B: hue angle of 7.6º degrees, saturation: 0.91, 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 #F0280B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.06 |
| HSL | 7.6º | 0.91% | 0.49% | - |
| HSV(B) | 7.6º | 0.95% | 0.94% | - |
| XYZ | 36.75 | 20.07 | 2.25 | - |
| YUV | 96.49 | 79.76 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 11 | 0 | 0.83 | 0.95 | 0.06 | 7.6 | 0.91 | 0.49 |
| Hex | F0 | 28 | B | 0 | 53 | 5F | 6 | 8 | 5B | 31 |
| Octal | 360 | 50 | 13 | 0 | 123 | 137 | 6 | 10 | 133 | 61 |
| Binary | 11110000 | 101000 | 1011 | 0 | 1010011 | 1011111 | 110 | 1000 | 1011011 | 110001 |
Color Harmonies of #F0280B
Complementary color
Monochromatic Colors of #F0280B
Black with #F0280B
Text Example
Text Example
White with #F0280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0280B; }
p { color: rgb(240,40,11); }
H1.HeaderClassName
{
color: #F0280B;
}
.AnyTagClassName
{
color: #F0280B;
}
</style>
background-color css
<style>
a { background-color: #F0280B; }
a { background-color: rgb(240,40,11); }
div.DivClassName
{
background-color: #F0280B;
}
.BgClassName
{
background-color: #F0280B;
}
</style>
border-color css
<style>
span { border-color: #F0280B; }
span { border-color: rgb(240,40,11); }
td.TdClassName
{
border-color: #F0280B;
}
.TagClassName
{
border-color: #F0280B;
}
</style>