Shades of Scarlet #FF2D0E
Tints of Scarlet #FF2D0E
RGB
CMYK
RGB Variations
Color information
#FF2D0E (or 0xFF2D0E) is known color: Scarlet. HEX triplet: FF, 2D and 0E. RGB value is (255,45,14). Sum of RGB (Red+Green+Blue) = 255+45+14=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2D0E is #00D2F1. Grayscale: #686868. Windows color (decimal): -54002 or 929279. OLE color: 929279.
HSL color Cylindrical-coordinate representation of color #FF2D0E: hue angle of 7.72º 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 #FF2D0E is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 14 | - |
| CMYK | 0 | 0.82 | 0.95 | 0 |
| HSL | 7.72º | 1% | 0.53% | - |
| HSV(B) | 7.72º | 0.95% | 1% | - |
| XYZ | 42.26 | 23.17 | 2.66 | - |
| YUV | 104.26 | 77.07 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 14 | 0 | 0.82 | 0.95 | 0 | 7.72 | 1 | 0.53 |
| Hex | FF | 2D | E | 0 | 52 | 5F | 0 | 8 | 64 | 35 |
| Octal | 377 | 55 | 16 | 0 | 122 | 137 | 0 | 10 | 144 | 65 |
| Binary | 11111111 | 101101 | 1110 | 0 | 1010010 | 1011111 | 0 | 1000 | 1100100 | 110101 |
Color Harmonies of #FF2D0E
Complementary color
Monochromatic Colors of #FF2D0E
Black with #FF2D0E
Text Example
Text Example
White with #FF2D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D0E; }
p { color: rgb(255,45,14); }
H1.HeaderClassName
{
color: #FF2D0E;
}
.AnyTagClassName
{
color: #FF2D0E;
}
</style>
background-color css
<style>
a { background-color: #FF2D0E; }
a { background-color: rgb(255,45,14); }
div.DivClassName
{
background-color: #FF2D0E;
}
.BgClassName
{
background-color: #FF2D0E;
}
</style>
border-color css
<style>
span { border-color: #FF2D0E; }
span { border-color: rgb(255,45,14); }
td.TdClassName
{
border-color: #FF2D0E;
}
.TagClassName
{
border-color: #FF2D0E;
}
</style>