Shades of Scarlet #FF2B18
Tints of Scarlet #FF2B18
RGB
CMYK
RGB Variations
Color information
#FF2B18 (or 0xFF2B18) is known color: Scarlet. HEX triplet: FF, 2B and 18. RGB value is (255,43,24). Sum of RGB (Red+Green+Blue) = 255+43+24=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2B18 is #00D4E7. Grayscale: #686868. Windows color (decimal): -54504 or 1584127. OLE color: 1584127.
HSL color Cylindrical-coordinate representation of color #FF2B18: hue angle of 4.94º 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 #FF2B18 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 24 | - |
| CMYK | 0 | 0.83 | 0.91 | 0 |
| HSL | 4.94º | 1% | 0.55% | - |
| HSV(B) | 4.94º | 0.91% | 1% | - |
| XYZ | 42.27 | 23.05 | 3.09 | - |
| YUV | 104.22 | 82.74 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 24 | 0 | 0.83 | 0.91 | 0 | 4.94 | 1 | 0.55 |
| Hex | FF | 2B | 18 | 0 | 53 | 5B | 0 | 5 | 64 | 37 |
| Octal | 377 | 53 | 30 | 0 | 123 | 133 | 0 | 5 | 144 | 67 |
| Binary | 11111111 | 101011 | 11000 | 0 | 1010011 | 1011011 | 0 | 101 | 1100100 | 110111 |
Color Harmonies of #FF2B18
Complementary color
Monochromatic Colors of #FF2B18
Black with #FF2B18
Text Example
Text Example
White with #FF2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B18; }
p { color: rgb(255,43,24); }
H1.HeaderClassName
{
color: #FF2B18;
}
.AnyTagClassName
{
color: #FF2B18;
}
</style>
background-color css
<style>
a { background-color: #FF2B18; }
a { background-color: rgb(255,43,24); }
div.DivClassName
{
background-color: #FF2B18;
}
.BgClassName
{
background-color: #FF2B18;
}
</style>
border-color css
<style>
span { border-color: #FF2B18; }
span { border-color: rgb(255,43,24); }
td.TdClassName
{
border-color: #FF2B18;
}
.TagClassName
{
border-color: #FF2B18;
}
</style>