Shades of Scarlet #FF2E12
Tints of Scarlet #FF2E12
RGB
CMYK
RGB Variations
Color information
#FF2E12 (or 0xFF2E12) is known color: Scarlet. HEX triplet: FF, 2E and 12. RGB value is (255,46,18). Sum of RGB (Red+Green+Blue) = 255+46+18=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2E12 is #00D1ED. Grayscale: #696969. Windows color (decimal): -53742 or 1191679. OLE color: 1191679.
HSL color Cylindrical-coordinate representation of color #FF2E12: hue angle of 7.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF2E12 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 18 | - |
| CMYK | 0 | 0.82 | 0.93 | 0 |
| HSL | 7.09º | 1% | 0.54% | - |
| HSV(B) | 7.09º | 0.93% | 1% | - |
| XYZ | 42.33 | 23.26 | 2.83 | - |
| YUV | 105.3 | 78.74 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 18 | 0 | 0.82 | 0.93 | 0 | 7.09 | 1 | 0.54 |
| Hex | FF | 2E | 12 | 0 | 52 | 5D | 0 | 7 | 64 | 36 |
| Octal | 377 | 56 | 22 | 0 | 122 | 135 | 0 | 7 | 144 | 66 |
| Binary | 11111111 | 101110 | 10010 | 0 | 1010010 | 1011101 | 0 | 111 | 1100100 | 110110 |
Color Harmonies of #FF2E12
Complementary color
Monochromatic Colors of #FF2E12
Black with #FF2E12
Text Example
Text Example
White with #FF2E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E12; }
p { color: rgb(255,46,18); }
H1.HeaderClassName
{
color: #FF2E12;
}
.AnyTagClassName
{
color: #FF2E12;
}
</style>
background-color css
<style>
a { background-color: #FF2E12; }
a { background-color: rgb(255,46,18); }
div.DivClassName
{
background-color: #FF2E12;
}
.BgClassName
{
background-color: #FF2E12;
}
</style>
border-color css
<style>
span { border-color: #FF2E12; }
span { border-color: rgb(255,46,18); }
td.TdClassName
{
border-color: #FF2E12;
}
.TagClassName
{
border-color: #FF2E12;
}
</style>