Shades of Scarlet #FF180E
Tints of Scarlet #FF180E
RGB
CMYK
RGB Variations
Color information
#FF180E (or 0xFF180E) is known color: Scarlet. HEX triplet: FF, 18 and 0E. RGB value is (255,24,14). Sum of RGB (Red+Green+Blue) = 255+24+14=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF180E is #00E7F1. Grayscale: #5C5C5C. Windows color (decimal): -59378 or 923903. OLE color: 923903.
HSL color Cylindrical-coordinate representation of color #FF180E: hue angle of 2.49º 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 #FF180E is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 14 | - |
| CMYK | 0 | 0.91 | 0.95 | 0 |
| HSL | 2.49º | 1% | 0.53% | - |
| HSV(B) | 2.49º | 0.95% | 1% | - |
| XYZ | 41.65 | 21.94 | 2.46 | - |
| YUV | 91.93 | 84.03 | 244.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 14 | 0 | 0.91 | 0.95 | 0 | 2.49 | 1 | 0.53 |
| Hex | FF | 18 | E | 0 | 5B | 5F | 0 | 2 | 64 | 35 |
| Octal | 377 | 30 | 16 | 0 | 133 | 137 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 11000 | 1110 | 0 | 1011011 | 1011111 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF180E
Complementary color
Monochromatic Colors of #FF180E
Black with #FF180E
Text Example
Text Example
White with #FF180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF180E; }
p { color: rgb(255,24,14); }
H1.HeaderClassName
{
color: #FF180E;
}
.AnyTagClassName
{
color: #FF180E;
}
</style>
background-color css
<style>
a { background-color: #FF180E; }
a { background-color: rgb(255,24,14); }
div.DivClassName
{
background-color: #FF180E;
}
.BgClassName
{
background-color: #FF180E;
}
</style>
border-color css
<style>
span { border-color: #FF180E; }
span { border-color: rgb(255,24,14); }
td.TdClassName
{
border-color: #FF180E;
}
.TagClassName
{
border-color: #FF180E;
}
</style>