Shades of Scarlet #FF2818
Tints of Scarlet #FF2818
RGB
CMYK
RGB Variations
Color information
#FF2818 (or 0xFF2818) is known color: Scarlet. HEX triplet: FF, 28 and 18. RGB value is (255,40,24). Sum of RGB (Red+Green+Blue) = 255+40+24=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2818 is #00D7E7. Grayscale: #666666. Windows color (decimal): -55272 or 1583359. OLE color: 1583359.
HSL color Cylindrical-coordinate representation of color #FF2818: hue angle of 4.16º 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 #FF2818 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 24 | - |
| CMYK | 0 | 0.84 | 0.91 | 0 |
| HSL | 4.16º | 1% | 0.55% | - |
| HSV(B) | 4.16º | 0.91% | 1% | - |
| XYZ | 42.16 | 22.84 | 3.05 | - |
| YUV | 102.46 | 83.73 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 24 | 0 | 0.84 | 0.91 | 0 | 4.16 | 1 | 0.55 |
| Hex | FF | 28 | 18 | 0 | 54 | 5B | 0 | 4 | 64 | 37 |
| Octal | 377 | 50 | 30 | 0 | 124 | 133 | 0 | 4 | 144 | 67 |
| Binary | 11111111 | 101000 | 11000 | 0 | 1010100 | 1011011 | 0 | 100 | 1100100 | 110111 |
Color Harmonies of #FF2818
Complementary color
Monochromatic Colors of #FF2818
Black with #FF2818
Text Example
Text Example
White with #FF2818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2818; }
p { color: rgb(255,40,24); }
H1.HeaderClassName
{
color: #FF2818;
}
.AnyTagClassName
{
color: #FF2818;
}
</style>
background-color css
<style>
a { background-color: #FF2818; }
a { background-color: rgb(255,40,24); }
div.DivClassName
{
background-color: #FF2818;
}
.BgClassName
{
background-color: #FF2818;
}
</style>
border-color css
<style>
span { border-color: #FF2818; }
span { border-color: rgb(255,40,24); }
td.TdClassName
{
border-color: #FF2818;
}
.TagClassName
{
border-color: #FF2818;
}
</style>