Shades of Scarlet #FF271D
Tints of Scarlet #FF271D
RGB
CMYK
RGB Variations
Color information
#FF271D (or 0xFF271D) is known color: Scarlet. HEX triplet: FF, 27 and 1D. RGB value is (255,39,29). Sum of RGB (Red+Green+Blue) = 255+39+29=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF271D is #00D8E2. Grayscale: #666666. Windows color (decimal): -55523 or 1910783. OLE color: 1910783.
HSL color Cylindrical-coordinate representation of color #FF271D: hue angle of 2.65º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF271D is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 29 | - |
| CMYK | 0 | 0.85 | 0.89 | 0 |
| HSL | 2.65º | 1% | 0.56% | - |
| HSV(B) | 2.65º | 0.89% | 1% | - |
| XYZ | 42.19 | 22.8 | 3.34 | - |
| YUV | 102.44 | 86.56 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 29 | 0 | 0.85 | 0.89 | 0 | 2.65 | 1 | 0.56 |
| Hex | FF | 27 | 1D | 0 | 55 | 59 | 0 | 3 | 64 | 38 |
| Octal | 377 | 47 | 35 | 0 | 125 | 131 | 0 | 3 | 144 | 70 |
| Binary | 11111111 | 100111 | 11101 | 0 | 1010101 | 1011001 | 0 | 11 | 1100100 | 111000 |
Color Harmonies of #FF271D
Complementary color
Monochromatic Colors of #FF271D
Black with #FF271D
Text Example
Text Example
White with #FF271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF271D; }
p { color: rgb(255,39,29); }
H1.HeaderClassName
{
color: #FF271D;
}
.AnyTagClassName
{
color: #FF271D;
}
</style>
background-color css
<style>
a { background-color: #FF271D; }
a { background-color: rgb(255,39,29); }
div.DivClassName
{
background-color: #FF271D;
}
.BgClassName
{
background-color: #FF271D;
}
</style>
border-color css
<style>
span { border-color: #FF271D; }
span { border-color: rgb(255,39,29); }
td.TdClassName
{
border-color: #FF271D;
}
.TagClassName
{
border-color: #FF271D;
}
</style>