Shades of Scarlet #FF2F0B
Tints of Scarlet #FF2F0B
RGB
CMYK
RGB Variations
Color information
#FF2F0B (or 0xFF2F0B) is known color: Scarlet. HEX triplet: FF, 2F and 0B. RGB value is (255,47,11). Sum of RGB (Red+Green+Blue) = 255+47+11=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F0B is #00D0F4. Grayscale: #696969. Windows color (decimal): -53493 or 733183. OLE color: 733183.
HSL color Cylindrical-coordinate representation of color #FF2F0B: hue angle of 8.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF2F0B is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 11 | - |
| CMYK | 0 | 0.82 | 0.96 | 0 |
| HSL | 8.85º | 1% | 0.52% | - |
| HSV(B) | 8.85º | 0.96% | 1% | - |
| XYZ | 42.32 | 23.32 | 2.59 | - |
| YUV | 105.09 | 74.91 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 11 | 0 | 0.82 | 0.96 | 0 | 8.85 | 1 | 0.52 |
| Hex | FF | 2F | B | 0 | 52 | 60 | 0 | 9 | 64 | 34 |
| Octal | 377 | 57 | 13 | 0 | 122 | 140 | 0 | 11 | 144 | 64 |
| Binary | 11111111 | 101111 | 1011 | 0 | 1010010 | 1100000 | 0 | 1001 | 1100100 | 110100 |
Color Harmonies of #FF2F0B
Complementary color
Monochromatic Colors of #FF2F0B
Black with #FF2F0B
Text Example
Text Example
White with #FF2F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F0B; }
p { color: rgb(255,47,11); }
H1.HeaderClassName
{
color: #FF2F0B;
}
.AnyTagClassName
{
color: #FF2F0B;
}
</style>
background-color css
<style>
a { background-color: #FF2F0B; }
a { background-color: rgb(255,47,11); }
div.DivClassName
{
background-color: #FF2F0B;
}
.BgClassName
{
background-color: #FF2F0B;
}
</style>
border-color css
<style>
span { border-color: #FF2F0B; }
span { border-color: rgb(255,47,11); }
td.TdClassName
{
border-color: #FF2F0B;
}
.TagClassName
{
border-color: #FF2F0B;
}
</style>