Shades of Scarlet #FF2A0E
Tints of Scarlet #FF2A0E
RGB
CMYK
RGB Variations
Color information
#FF2A0E (or 0xFF2A0E) is known color: Scarlet. HEX triplet: FF, 2A and 0E. RGB value is (255,42,14). Sum of RGB (Red+Green+Blue) = 255+42+14=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2A0E is #00D5F1. Grayscale: #666666. Windows color (decimal): -54770 or 928511. OLE color: 928511.
HSL color Cylindrical-coordinate representation of color #FF2A0E: hue angle of 6.97º 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 #FF2A0E is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 14 | - |
| CMYK | 0 | 0.84 | 0.95 | 0 |
| HSL | 6.97º | 1% | 0.53% | - |
| HSV(B) | 6.97º | 0.95% | 1% | - |
| XYZ | 42.15 | 22.95 | 2.62 | - |
| YUV | 102.5 | 78.07 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 14 | 0 | 0.84 | 0.95 | 0 | 6.97 | 1 | 0.53 |
| Hex | FF | 2A | E | 0 | 54 | 5F | 0 | 7 | 64 | 35 |
| Octal | 377 | 52 | 16 | 0 | 124 | 137 | 0 | 7 | 144 | 65 |
| Binary | 11111111 | 101010 | 1110 | 0 | 1010100 | 1011111 | 0 | 111 | 1100100 | 110101 |
Color Harmonies of #FF2A0E
Complementary color
Monochromatic Colors of #FF2A0E
Black with #FF2A0E
Text Example
Text Example
White with #FF2A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A0E; }
p { color: rgb(255,42,14); }
H1.HeaderClassName
{
color: #FF2A0E;
}
.AnyTagClassName
{
color: #FF2A0E;
}
</style>
background-color css
<style>
a { background-color: #FF2A0E; }
a { background-color: rgb(255,42,14); }
div.DivClassName
{
background-color: #FF2A0E;
}
.BgClassName
{
background-color: #FF2A0E;
}
</style>
border-color css
<style>
span { border-color: #FF2A0E; }
span { border-color: rgb(255,42,14); }
td.TdClassName
{
border-color: #FF2A0E;
}
.TagClassName
{
border-color: #FF2A0E;
}
</style>