Shades of Scarlet #FF2A08
Tints of Scarlet #FF2A08
RGB
CMYK
RGB Variations
Color information
#FF2A08 (or 0xFF2A08) is known color: Scarlet. HEX triplet: FF, 2A and 08. RGB value is (255,42,8). Sum of RGB (Red+Green+Blue) = 255+42+8=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2A08 is #00D5F7. Grayscale: #666666. Windows color (decimal): -54776 or 535295. OLE color: 535295.
HSL color Cylindrical-coordinate representation of color #FF2A08: hue angle of 8.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF2A08 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 8 | - |
| CMYK | 0 | 0.84 | 0.97 | 0 |
| HSL | 8.26º | 1% | 0.52% | - |
| HSV(B) | 8.26º | 0.97% | 1% | - |
| XYZ | 42.11 | 22.93 | 2.44 | - |
| YUV | 101.81 | 75.07 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 8 | 0 | 0.84 | 0.97 | 0 | 8.26 | 1 | 0.52 |
| Hex | FF | 2A | 8 | 0 | 54 | 61 | 0 | 8 | 64 | 34 |
| Octal | 377 | 52 | 10 | 0 | 124 | 141 | 0 | 10 | 144 | 64 |
| Binary | 11111111 | 101010 | 1000 | 0 | 1010100 | 1100001 | 0 | 1000 | 1100100 | 110100 |
Color Harmonies of #FF2A08
Complementary color
Monochromatic Colors of #FF2A08
Black with #FF2A08
Text Example
Text Example
White with #FF2A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A08; }
p { color: rgb(255,42,8); }
H1.HeaderClassName
{
color: #FF2A08;
}
.AnyTagClassName
{
color: #FF2A08;
}
</style>
background-color css
<style>
a { background-color: #FF2A08; }
a { background-color: rgb(255,42,8); }
div.DivClassName
{
background-color: #FF2A08;
}
.BgClassName
{
background-color: #FF2A08;
}
</style>
border-color css
<style>
span { border-color: #FF2A08; }
span { border-color: rgb(255,42,8); }
td.TdClassName
{
border-color: #FF2A08;
}
.TagClassName
{
border-color: #FF2A08;
}
</style>