Shades of Scarlet #FF271C
Tints of Scarlet #FF271C
RGB
CMYK
RGB Variations
Color information
#FF271C (or 0xFF271C) is known color: Scarlet. HEX triplet: FF, 27 and 1C. RGB value is (255,39,28). Sum of RGB (Red+Green+Blue) = 255+39+28=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF271C is #00D8E3. Grayscale: #666666. Windows color (decimal): -55524 or 1845247. OLE color: 1845247.
HSL color Cylindrical-coordinate representation of color #FF271C: hue angle of 2.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF271C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0 |
| HSL | 2.91º | 1% | 0.55% | - |
| HSV(B) | 2.91º | 0.89% | 1% | - |
| XYZ | 42.18 | 22.79 | 3.28 | - |
| YUV | 102.33 | 86.06 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 28 | 0 | 0.85 | 0.89 | 0 | 2.91 | 1 | 0.55 |
| Hex | FF | 27 | 1C | 0 | 55 | 59 | 0 | 3 | 64 | 37 |
| Octal | 377 | 47 | 34 | 0 | 125 | 131 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100111 | 11100 | 0 | 1010101 | 1011001 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF271C
Complementary color
Monochromatic Colors of #FF271C
Black with #FF271C
Text Example
Text Example
White with #FF271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF271C; }
p { color: rgb(255,39,28); }
H1.HeaderClassName
{
color: #FF271C;
}
.AnyTagClassName
{
color: #FF271C;
}
</style>
background-color css
<style>
a { background-color: #FF271C; }
a { background-color: rgb(255,39,28); }
div.DivClassName
{
background-color: #FF271C;
}
.BgClassName
{
background-color: #FF271C;
}
</style>
border-color css
<style>
span { border-color: #FF271C; }
span { border-color: rgb(255,39,28); }
td.TdClassName
{
border-color: #FF271C;
}
.TagClassName
{
border-color: #FF271C;
}
</style>