Shades of Scarlet #FF2912
Tints of Scarlet #FF2912
RGB
CMYK
RGB Variations
Color information
#FF2912 (or 0xFF2912) is known color: Scarlet. HEX triplet: FF, 29 and 12. RGB value is (255,41,18). Sum of RGB (Red+Green+Blue) = 255+41+18=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2912 is #00D6ED. Grayscale: #666666. Windows color (decimal): -55022 or 1190399. OLE color: 1190399.
HSL color Cylindrical-coordinate representation of color #FF2912: hue angle of 5.82º 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 #FF2912 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 18 | - |
| CMYK | 0 | 0.84 | 0.93 | 0 |
| HSL | 5.82º | 1% | 0.54% | - |
| HSV(B) | 5.82º | 0.93% | 1% | - |
| XYZ | 42.14 | 22.89 | 2.77 | - |
| YUV | 102.36 | 80.4 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 18 | 0 | 0.84 | 0.93 | 0 | 5.82 | 1 | 0.54 |
| Hex | FF | 29 | 12 | 0 | 54 | 5D | 0 | 6 | 64 | 36 |
| Octal | 377 | 51 | 22 | 0 | 124 | 135 | 0 | 6 | 144 | 66 |
| Binary | 11111111 | 101001 | 10010 | 0 | 1010100 | 1011101 | 0 | 110 | 1100100 | 110110 |
Color Harmonies of #FF2912
Complementary color
Monochromatic Colors of #FF2912
Black with #FF2912
Text Example
Text Example
White with #FF2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2912; }
p { color: rgb(255,41,18); }
H1.HeaderClassName
{
color: #FF2912;
}
.AnyTagClassName
{
color: #FF2912;
}
</style>
background-color css
<style>
a { background-color: #FF2912; }
a { background-color: rgb(255,41,18); }
div.DivClassName
{
background-color: #FF2912;
}
.BgClassName
{
background-color: #FF2912;
}
</style>
border-color css
<style>
span { border-color: #FF2912; }
span { border-color: rgb(255,41,18); }
td.TdClassName
{
border-color: #FF2912;
}
.TagClassName
{
border-color: #FF2912;
}
</style>