Shades of Scarlet #FF271E
Tints of Scarlet #FF271E
RGB
CMYK
RGB Variations
Color information
#FF271E (or 0xFF271E) is known color: Scarlet. HEX triplet: FF, 27 and 1E. RGB value is (255,39,30). Sum of RGB (Red+Green+Blue) = 255+39+30=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF271E is #00D8E1. Grayscale: #666666. Windows color (decimal): -55522 or 1976319. OLE color: 1976319.
HSL color Cylindrical-coordinate representation of color #FF271E: hue angle of 2.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF271E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 30 | - |
| CMYK | 0 | 0.85 | 0.88 | 0 |
| HSL | 2.4º | 1% | 0.56% | - |
| HSV(B) | 2.4º | 0.88% | 1% | - |
| XYZ | 42.2 | 22.8 | 3.41 | - |
| YUV | 102.56 | 87.06 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 30 | 0 | 0.85 | 0.88 | 0 | 2.4 | 1 | 0.56 |
| Hex | FF | 27 | 1E | 0 | 55 | 58 | 0 | 2 | 64 | 38 |
| Octal | 377 | 47 | 36 | 0 | 125 | 130 | 0 | 2 | 144 | 70 |
| Binary | 11111111 | 100111 | 11110 | 0 | 1010101 | 1011000 | 0 | 10 | 1100100 | 111000 |
Color Harmonies of #FF271E
Complementary color
Monochromatic Colors of #FF271E
Black with #FF271E
Text Example
Text Example
White with #FF271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF271E; }
p { color: rgb(255,39,30); }
H1.HeaderClassName
{
color: #FF271E;
}
.AnyTagClassName
{
color: #FF271E;
}
</style>
background-color css
<style>
a { background-color: #FF271E; }
a { background-color: rgb(255,39,30); }
div.DivClassName
{
background-color: #FF271E;
}
.BgClassName
{
background-color: #FF271E;
}
</style>
border-color css
<style>
span { border-color: #FF271E; }
span { border-color: rgb(255,39,30); }
td.TdClassName
{
border-color: #FF271E;
}
.TagClassName
{
border-color: #FF271E;
}
</style>