Shades of Scarlet #FF1612
Tints of Scarlet #FF1612
RGB
CMYK
RGB Variations
Color information
#FF1612 (or 0xFF1612) is known color: Scarlet. HEX triplet: FF, 16 and 12. RGB value is (255,22,18). Sum of RGB (Red+Green+Blue) = 255+22+18=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1612 is #00E9ED. Grayscale: #5B5B5B. Windows color (decimal): -59886 or 1185535. OLE color: 1185535.
HSL color Cylindrical-coordinate representation of color #FF1612: hue angle of 1.01º 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 #FF1612 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 18 | - |
| CMYK | 0 | 0.91 | 0.93 | 0 |
| HSL | 1.01º | 1% | 0.54% | - |
| HSV(B) | 1.01º | 0.93% | 1% | - |
| XYZ | 41.64 | 21.88 | 2.6 | - |
| YUV | 91.21 | 86.69 | 244.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 18 | 0 | 0.91 | 0.93 | 0 | 1.01 | 1 | 0.54 |
| Hex | FF | 16 | 12 | 0 | 5B | 5D | 0 | 1 | 64 | 36 |
| Octal | 377 | 26 | 22 | 0 | 133 | 135 | 0 | 1 | 144 | 66 |
| Binary | 11111111 | 10110 | 10010 | 0 | 1011011 | 1011101 | 0 | 1 | 1100100 | 110110 |
Color Harmonies of #FF1612
Complementary color
Monochromatic Colors of #FF1612
Black with #FF1612
Text Example
Text Example
White with #FF1612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1612; }
p { color: rgb(255,22,18); }
H1.HeaderClassName
{
color: #FF1612;
}
.AnyTagClassName
{
color: #FF1612;
}
</style>
background-color css
<style>
a { background-color: #FF1612; }
a { background-color: rgb(255,22,18); }
div.DivClassName
{
background-color: #FF1612;
}
.BgClassName
{
background-color: #FF1612;
}
</style>
border-color css
<style>
span { border-color: #FF1612; }
span { border-color: rgb(255,22,18); }
td.TdClassName
{
border-color: #FF1612;
}
.TagClassName
{
border-color: #FF1612;
}
</style>