Shades of Scarlet #FF270E
Tints of Scarlet #FF270E
RGB
CMYK
RGB Variations
Color information
#FF270E (or 0xFF270E) is known color: Scarlet. HEX triplet: FF, 27 and 0E. RGB value is (255,39,14). Sum of RGB (Red+Green+Blue) = 255+39+14=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF270E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF270E is #00D8F1. Grayscale: #656565. Windows color (decimal): -55538 or 927743. OLE color: 927743.
HSL color Cylindrical-coordinate representation of color #FF270E: hue angle of 6.22º 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 #FF270E is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 14 | - |
| CMYK | 0 | 0.85 | 0.95 | 0 |
| HSL | 6.22º | 1% | 0.53% | - |
| HSV(B) | 6.22º | 0.95% | 1% | - |
| XYZ | 42.04 | 22.74 | 2.59 | - |
| YUV | 100.73 | 79.06 | 238.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 14 | 0 | 0.85 | 0.95 | 0 | 6.22 | 1 | 0.53 |
| Hex | FF | 27 | E | 0 | 55 | 5F | 0 | 6 | 64 | 35 |
| Octal | 377 | 47 | 16 | 0 | 125 | 137 | 0 | 6 | 144 | 65 |
| Binary | 11111111 | 100111 | 1110 | 0 | 1010101 | 1011111 | 0 | 110 | 1100100 | 110101 |
Color Harmonies of #FF270E
Complementary color
Monochromatic Colors of #FF270E
Black with #FF270E
Text Example
Text Example
White with #FF270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF270E; }
p { color: rgb(255,39,14); }
H1.HeaderClassName
{
color: #FF270E;
}
.AnyTagClassName
{
color: #FF270E;
}
</style>
background-color css
<style>
a { background-color: #FF270E; }
a { background-color: rgb(255,39,14); }
div.DivClassName
{
background-color: #FF270E;
}
.BgClassName
{
background-color: #FF270E;
}
</style>
border-color css
<style>
span { border-color: #FF270E; }
span { border-color: rgb(255,39,14); }
td.TdClassName
{
border-color: #FF270E;
}
.TagClassName
{
border-color: #FF270E;
}
</style>