Shades of Scarlet #FF2B09
Tints of Scarlet #FF2B09
RGB
CMYK
RGB Variations
Color information
#FF2B09 (or 0xFF2B09) is known color: Scarlet. HEX triplet: FF, 2B and 09. RGB value is (255,43,9). Sum of RGB (Red+Green+Blue) = 255+43+9=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2B09 is #00D4F6. Grayscale: #666666. Windows color (decimal): -54519 or 601087. OLE color: 601087.
HSL color Cylindrical-coordinate representation of color #FF2B09: hue angle of 8.29º 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 #FF2B09 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0 |
| HSL | 8.29º | 1% | 0.52% | - |
| HSV(B) | 8.29º | 0.96% | 1% | - |
| XYZ | 42.15 | 23.01 | 2.48 | - |
| YUV | 102.51 | 75.24 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 9 | 0 | 0.83 | 0.96 | 0 | 8.29 | 1 | 0.52 |
| Hex | FF | 2B | 9 | 0 | 53 | 60 | 0 | 8 | 64 | 34 |
| Octal | 377 | 53 | 11 | 0 | 123 | 140 | 0 | 10 | 144 | 64 |
| Binary | 11111111 | 101011 | 1001 | 0 | 1010011 | 1100000 | 0 | 1000 | 1100100 | 110100 |
Color Harmonies of #FF2B09
Complementary color
Monochromatic Colors of #FF2B09
Black with #FF2B09
Text Example
Text Example
White with #FF2B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B09; }
p { color: rgb(255,43,9); }
H1.HeaderClassName
{
color: #FF2B09;
}
.AnyTagClassName
{
color: #FF2B09;
}
</style>
background-color css
<style>
a { background-color: #FF2B09; }
a { background-color: rgb(255,43,9); }
div.DivClassName
{
background-color: #FF2B09;
}
.BgClassName
{
background-color: #FF2B09;
}
</style>
border-color css
<style>
span { border-color: #FF2B09; }
span { border-color: rgb(255,43,9); }
td.TdClassName
{
border-color: #FF2B09;
}
.TagClassName
{
border-color: #FF2B09;
}
</style>