Shades of Scarlet #FF2F10
Tints of Scarlet #FF2F10
RGB
CMYK
RGB Variations
Color information
#FF2F10 (or 0xFF2F10) is known color: Scarlet. HEX triplet: FF, 2F and 10. RGB value is (255,47,16). Sum of RGB (Red+Green+Blue) = 255+47+16=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F10 is #00D0EF. Grayscale: #696969. Windows color (decimal): -53488 or 1060863. OLE color: 1060863.
HSL color Cylindrical-coordinate representation of color #FF2F10: hue angle of 7.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF2F10 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 16 | - |
| CMYK | 0 | 0.82 | 0.94 | 0 |
| HSL | 7.78º | 1% | 0.53% | - |
| HSV(B) | 7.78º | 0.94% | 1% | - |
| XYZ | 42.35 | 23.33 | 2.76 | - |
| YUV | 105.66 | 77.41 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 16 | 0 | 0.82 | 0.94 | 0 | 7.78 | 1 | 0.53 |
| Hex | FF | 2F | 10 | 0 | 52 | 5E | 0 | 8 | 64 | 35 |
| Octal | 377 | 57 | 20 | 0 | 122 | 136 | 0 | 10 | 144 | 65 |
| Binary | 11111111 | 101111 | 10000 | 0 | 1010010 | 1011110 | 0 | 1000 | 1100100 | 110101 |
Color Harmonies of #FF2F10
Complementary color
Monochromatic Colors of #FF2F10
Black with #FF2F10
Text Example
Text Example
White with #FF2F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F10; }
p { color: rgb(255,47,16); }
H1.HeaderClassName
{
color: #FF2F10;
}
.AnyTagClassName
{
color: #FF2F10;
}
</style>
background-color css
<style>
a { background-color: #FF2F10; }
a { background-color: rgb(255,47,16); }
div.DivClassName
{
background-color: #FF2F10;
}
.BgClassName
{
background-color: #FF2F10;
}
</style>
border-color css
<style>
span { border-color: #FF2F10; }
span { border-color: rgb(255,47,16); }
td.TdClassName
{
border-color: #FF2F10;
}
.TagClassName
{
border-color: #FF2F10;
}
</style>