Shades of Scarlet #FF2012
Tints of Scarlet #FF2012
RGB
CMYK
RGB Variations
Color information
#FF2012 (or 0xFF2012) is known color: Scarlet. HEX triplet: FF, 20 and 12. RGB value is (255,32,18). Sum of RGB (Red+Green+Blue) = 255+32+18=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2012 is #00DFED. Grayscale: #616161. Windows color (decimal): -57326 or 1188095. OLE color: 1188095.
HSL color Cylindrical-coordinate representation of color #FF2012: hue angle of 3.54º 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 #FF2012 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 18 | - |
| CMYK | 0 | 0.87 | 0.93 | 0 |
| HSL | 3.54º | 1% | 0.54% | - |
| HSV(B) | 3.54º | 0.93% | 1% | - |
| XYZ | 41.87 | 22.34 | 2.68 | - |
| YUV | 97.08 | 83.38 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 18 | 0 | 0.87 | 0.93 | 0 | 3.54 | 1 | 0.54 |
| Hex | FF | 20 | 12 | 0 | 57 | 5D | 0 | 4 | 64 | 36 |
| Octal | 377 | 40 | 22 | 0 | 127 | 135 | 0 | 4 | 144 | 66 |
| Binary | 11111111 | 100000 | 10010 | 0 | 1010111 | 1011101 | 0 | 100 | 1100100 | 110110 |
Color Harmonies of #FF2012
Complementary color
Monochromatic Colors of #FF2012
Black with #FF2012
Text Example
Text Example
White with #FF2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2012; }
p { color: rgb(255,32,18); }
H1.HeaderClassName
{
color: #FF2012;
}
.AnyTagClassName
{
color: #FF2012;
}
</style>
background-color css
<style>
a { background-color: #FF2012; }
a { background-color: rgb(255,32,18); }
div.DivClassName
{
background-color: #FF2012;
}
.BgClassName
{
background-color: #FF2012;
}
</style>
border-color css
<style>
span { border-color: #FF2012; }
span { border-color: rgb(255,32,18); }
td.TdClassName
{
border-color: #FF2012;
}
.TagClassName
{
border-color: #FF2012;
}
</style>