Shades of Scarlet #FF2B0E
Tints of Scarlet #FF2B0E
RGB
CMYK
RGB Variations
Color information
#FF2B0E (or 0xFF2B0E) is known color: Scarlet. HEX triplet: FF, 2B and 0E. RGB value is (255,43,14). Sum of RGB (Red+Green+Blue) = 255+43+14=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2B0E is #00D4F1. Grayscale: #676767. Windows color (decimal): -54514 or 928767. OLE color: 928767.
HSL color Cylindrical-coordinate representation of color #FF2B0E: hue angle of 7.22º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF2B0E is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 14 | - |
| CMYK | 0 | 0.83 | 0.95 | 0 |
| HSL | 7.22º | 1% | 0.53% | - |
| HSV(B) | 7.22º | 0.95% | 1% | - |
| XYZ | 42.18 | 23.02 | 2.64 | - |
| YUV | 103.08 | 77.74 | 236.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 14 | 0 | 0.83 | 0.95 | 0 | 7.22 | 1 | 0.53 |
| Hex | FF | 2B | E | 0 | 53 | 5F | 0 | 7 | 64 | 35 |
| Octal | 377 | 53 | 16 | 0 | 123 | 137 | 0 | 7 | 144 | 65 |
| Binary | 11111111 | 101011 | 1110 | 0 | 1010011 | 1011111 | 0 | 111 | 1100100 | 110101 |
Color Harmonies of #FF2B0E
Complementary color
Monochromatic Colors of #FF2B0E
Black with #FF2B0E
Text Example
Text Example
White with #FF2B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B0E; }
p { color: rgb(255,43,14); }
H1.HeaderClassName
{
color: #FF2B0E;
}
.AnyTagClassName
{
color: #FF2B0E;
}
</style>
background-color css
<style>
a { background-color: #FF2B0E; }
a { background-color: rgb(255,43,14); }
div.DivClassName
{
background-color: #FF2B0E;
}
.BgClassName
{
background-color: #FF2B0E;
}
</style>
border-color css
<style>
span { border-color: #FF2B0E; }
span { border-color: rgb(255,43,14); }
td.TdClassName
{
border-color: #FF2B0E;
}
.TagClassName
{
border-color: #FF2B0E;
}
</style>