Shades of Scarlet #FF280E
Tints of Scarlet #FF280E
RGB
CMYK
RGB Variations
Color information
#FF280E (or 0xFF280E) is known color: Scarlet. HEX triplet: FF, 28 and 0E. RGB value is (255,40,14). Sum of RGB (Red+Green+Blue) = 255+40+14=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF280E is #00D7F1. Grayscale: #656565. Windows color (decimal): -55282 or 927999. OLE color: 927999.
HSL color Cylindrical-coordinate representation of color #FF280E: hue angle of 6.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF280E is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 14 | - |
| CMYK | 0 | 0.84 | 0.95 | 0 |
| HSL | 6.47º | 1% | 0.53% | - |
| HSV(B) | 6.47º | 0.95% | 1% | - |
| XYZ | 42.08 | 22.81 | 2.6 | - |
| YUV | 101.32 | 78.73 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 14 | 0 | 0.84 | 0.95 | 0 | 6.47 | 1 | 0.53 |
| Hex | FF | 28 | E | 0 | 54 | 5F | 0 | 6 | 64 | 35 |
| Octal | 377 | 50 | 16 | 0 | 124 | 137 | 0 | 6 | 144 | 65 |
| Binary | 11111111 | 101000 | 1110 | 0 | 1010100 | 1011111 | 0 | 110 | 1100100 | 110101 |
Color Harmonies of #FF280E
Complementary color
Monochromatic Colors of #FF280E
Black with #FF280E
Text Example
Text Example
White with #FF280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF280E; }
p { color: rgb(255,40,14); }
H1.HeaderClassName
{
color: #FF280E;
}
.AnyTagClassName
{
color: #FF280E;
}
</style>
background-color css
<style>
a { background-color: #FF280E; }
a { background-color: rgb(255,40,14); }
div.DivClassName
{
background-color: #FF280E;
}
.BgClassName
{
background-color: #FF280E;
}
</style>
border-color css
<style>
span { border-color: #FF280E; }
span { border-color: rgb(255,40,14); }
td.TdClassName
{
border-color: #FF280E;
}
.TagClassName
{
border-color: #FF280E;
}
</style>