Shades of Scarlet #FF290E
Tints of Scarlet #FF290E
RGB
CMYK
RGB Variations
Color information
#FF290E (or 0xFF290E) is known color: Scarlet. HEX triplet: FF, 29 and 0E. RGB value is (255,41,14). Sum of RGB (Red+Green+Blue) = 255+41+14=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF290E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF290E is #00D6F1. Grayscale: #666666. Windows color (decimal): -55026 or 928255. OLE color: 928255.
HSL color Cylindrical-coordinate representation of color #FF290E: hue angle of 6.72º 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 #FF290E is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 14 | - |
| CMYK | 0 | 0.84 | 0.95 | 0 |
| HSL | 6.72º | 1% | 0.53% | - |
| HSV(B) | 6.72º | 0.95% | 1% | - |
| XYZ | 42.11 | 22.88 | 2.61 | - |
| YUV | 101.91 | 78.4 | 237.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 14 | 0 | 0.84 | 0.95 | 0 | 6.72 | 1 | 0.53 |
| Hex | FF | 29 | E | 0 | 54 | 5F | 0 | 7 | 64 | 35 |
| Octal | 377 | 51 | 16 | 0 | 124 | 137 | 0 | 7 | 144 | 65 |
| Binary | 11111111 | 101001 | 1110 | 0 | 1010100 | 1011111 | 0 | 111 | 1100100 | 110101 |
Color Harmonies of #FF290E
Complementary color
Monochromatic Colors of #FF290E
Black with #FF290E
Text Example
Text Example
White with #FF290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF290E; }
p { color: rgb(255,41,14); }
H1.HeaderClassName
{
color: #FF290E;
}
.AnyTagClassName
{
color: #FF290E;
}
</style>
background-color css
<style>
a { background-color: #FF290E; }
a { background-color: rgb(255,41,14); }
div.DivClassName
{
background-color: #FF290E;
}
.BgClassName
{
background-color: #FF290E;
}
</style>
border-color css
<style>
span { border-color: #FF290E; }
span { border-color: rgb(255,41,14); }
td.TdClassName
{
border-color: #FF290E;
}
.TagClassName
{
border-color: #FF290E;
}
</style>