Shades of Scarlet #FF1F0E
Tints of Scarlet #FF1F0E
RGB
CMYK
RGB Variations
Color information
#FF1F0E (or 0xFF1F0E) is known color: Scarlet. HEX triplet: FF, 1F and 0E. RGB value is (255,31,14). Sum of RGB (Red+Green+Blue) = 255+31+14=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F0E is #00E0F1. Grayscale: #606060. Windows color (decimal): -57586 or 925695. OLE color: 925695.
HSL color Cylindrical-coordinate representation of color #FF1F0E: hue angle of 4.23º 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 #FF1F0E is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 14 | - |
| CMYK | 0 | 0.88 | 0.95 | 0 |
| HSL | 4.23º | 1% | 0.53% | - |
| HSV(B) | 4.23º | 0.95% | 1% | - |
| XYZ | 41.81 | 22.27 | 2.51 | - |
| YUV | 96.04 | 81.71 | 241.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 14 | 0 | 0.88 | 0.95 | 0 | 4.23 | 1 | 0.53 |
| Hex | FF | 1F | E | 0 | 58 | 5F | 0 | 4 | 64 | 35 |
| Octal | 377 | 37 | 16 | 0 | 130 | 137 | 0 | 4 | 144 | 65 |
| Binary | 11111111 | 11111 | 1110 | 0 | 1011000 | 1011111 | 0 | 100 | 1100100 | 110101 |
Color Harmonies of #FF1F0E
Complementary color
Monochromatic Colors of #FF1F0E
Black with #FF1F0E
Text Example
Text Example
White with #FF1F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F0E; }
p { color: rgb(255,31,14); }
H1.HeaderClassName
{
color: #FF1F0E;
}
.AnyTagClassName
{
color: #FF1F0E;
}
</style>
background-color css
<style>
a { background-color: #FF1F0E; }
a { background-color: rgb(255,31,14); }
div.DivClassName
{
background-color: #FF1F0E;
}
.BgClassName
{
background-color: #FF1F0E;
}
</style>
border-color css
<style>
span { border-color: #FF1F0E; }
span { border-color: rgb(255,31,14); }
td.TdClassName
{
border-color: #FF1F0E;
}
.TagClassName
{
border-color: #FF1F0E;
}
</style>