Shades of Scarlet #FF2A09
Tints of Scarlet #FF2A09
RGB
CMYK
RGB Variations
Color information
#FF2A09 (or 0xFF2A09) is known color: Scarlet. HEX triplet: FF, 2A and 09. RGB value is (255,42,9). Sum of RGB (Red+Green+Blue) = 255+42+9=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2A09 is #00D5F6. Grayscale: #666666. Windows color (decimal): -54775 or 600831. OLE color: 600831.
HSL color Cylindrical-coordinate representation of color #FF2A09: hue angle of 8.05º 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 #FF2A09 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 9 | - |
| CMYK | 0 | 0.84 | 0.96 | 0 |
| HSL | 8.05º | 1% | 0.52% | - |
| HSV(B) | 8.05º | 0.96% | 1% | - |
| XYZ | 42.12 | 22.94 | 2.47 | - |
| YUV | 101.93 | 75.57 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 9 | 0 | 0.84 | 0.96 | 0 | 8.05 | 1 | 0.52 |
| Hex | FF | 2A | 9 | 0 | 54 | 60 | 0 | 8 | 64 | 34 |
| Octal | 377 | 52 | 11 | 0 | 124 | 140 | 0 | 10 | 144 | 64 |
| Binary | 11111111 | 101010 | 1001 | 0 | 1010100 | 1100000 | 0 | 1000 | 1100100 | 110100 |
Color Harmonies of #FF2A09
Complementary color
Monochromatic Colors of #FF2A09
Black with #FF2A09
Text Example
Text Example
White with #FF2A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A09; }
p { color: rgb(255,42,9); }
H1.HeaderClassName
{
color: #FF2A09;
}
.AnyTagClassName
{
color: #FF2A09;
}
</style>
background-color css
<style>
a { background-color: #FF2A09; }
a { background-color: rgb(255,42,9); }
div.DivClassName
{
background-color: #FF2A09;
}
.BgClassName
{
background-color: #FF2A09;
}
</style>
border-color css
<style>
span { border-color: #FF2A09; }
span { border-color: rgb(255,42,9); }
td.TdClassName
{
border-color: #FF2A09;
}
.TagClassName
{
border-color: #FF2A09;
}
</style>