Shades of Scarlet #FF271A
Tints of Scarlet #FF271A
RGB
CMYK
RGB Variations
Color information
#FF271A (or 0xFF271A) is known color: Scarlet. HEX triplet: FF, 27 and 1A. RGB value is (255,39,26). Sum of RGB (Red+Green+Blue) = 255+39+26=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF271A is #00D8E5. Grayscale: #666666. Windows color (decimal): -55526 or 1714175. OLE color: 1714175.
HSL color Cylindrical-coordinate representation of color #FF271A: hue angle of 3.41º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF271A is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 26 | - |
| CMYK | 0 | 0.85 | 0.90 | 0 |
| HSL | 3.41º | 1% | 0.55% | - |
| HSV(B) | 3.41º | 0.9% | 1% | - |
| XYZ | 42.15 | 22.79 | 3.15 | - |
| YUV | 102.1 | 85.06 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 26 | 0 | 0.85 | 0.90 | 0 | 3.41 | 1 | 0.55 |
| Hex | FF | 27 | 1A | 0 | 55 | 5A | 0 | 3 | 64 | 37 |
| Octal | 377 | 47 | 32 | 0 | 125 | 132 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100111 | 11010 | 0 | 1010101 | 1011010 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF271A
Complementary color
Monochromatic Colors of #FF271A
Black with #FF271A
Text Example
Text Example
White with #FF271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF271A; }
p { color: rgb(255,39,26); }
H1.HeaderClassName
{
color: #FF271A;
}
.AnyTagClassName
{
color: #FF271A;
}
</style>
background-color css
<style>
a { background-color: #FF271A; }
a { background-color: rgb(255,39,26); }
div.DivClassName
{
background-color: #FF271A;
}
.BgClassName
{
background-color: #FF271A;
}
</style>
border-color css
<style>
span { border-color: #FF271A; }
span { border-color: rgb(255,39,26); }
td.TdClassName
{
border-color: #FF271A;
}
.TagClassName
{
border-color: #FF271A;
}
</style>