Shades of Scarlet #FF1818
Tints of Scarlet #FF1818
RGB
CMYK
RGB Variations
Color information
#FF1818 (or 0xFF1818) is known color: Scarlet. HEX triplet: FF, 18 and 18. RGB value is (255,24,24). Sum of RGB (Red+Green+Blue) = 255+24+24=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1818 is #00E7E7. Grayscale: #5D5D5D. Windows color (decimal): -59368 or 1579263. OLE color: 1579263.
HSL color Cylindrical-coordinate representation of color #FF1818: hue angle of 0º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1818 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 24 | - |
| CMYK | 0 | 0.91 | 0.91 | 0 |
| HSL | 0º | 1% | 0.55% | - |
| HSV(B) | 0º | 0.91% | 1% | - |
| XYZ | 41.73 | 21.98 | 2.91 | - |
| YUV | 93.07 | 89.03 | 243.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 24 | 0 | 0.91 | 0.91 | 0 | 0 | 1 | 0.55 |
| Hex | FF | 18 | 18 | 0 | 5B | 5B | 0 | 0 | 64 | 37 |
| Octal | 377 | 30 | 30 | 0 | 133 | 133 | 0 | 0 | 144 | 67 |
| Binary | 11111111 | 11000 | 11000 | 0 | 1011011 | 1011011 | 0 | 0 | 1100100 | 110111 |
Color Harmonies of #FF1818
Complementary color
Monochromatic Colors of #FF1818
Black with #FF1818
Text Example
Text Example
White with #FF1818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1818; }
p { color: rgb(255,24,24); }
H1.HeaderClassName
{
color: #FF1818;
}
.AnyTagClassName
{
color: #FF1818;
}
</style>
background-color css
<style>
a { background-color: #FF1818; }
a { background-color: rgb(255,24,24); }
div.DivClassName
{
background-color: #FF1818;
}
.BgClassName
{
background-color: #FF1818;
}
</style>
border-color css
<style>
span { border-color: #FF1818; }
span { border-color: rgb(255,24,24); }
td.TdClassName
{
border-color: #FF1818;
}
.TagClassName
{
border-color: #FF1818;
}
</style>