Shades of Scarlet #FF1F1A
Tints of Scarlet #FF1F1A
RGB
CMYK
RGB Variations
Color information
#FF1F1A (or 0xFF1F1A) is known color: Scarlet. HEX triplet: FF, 1F and 1A. RGB value is (255,31,26). Sum of RGB (Red+Green+Blue) = 255+31+26=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F1A is #00E0E5. Grayscale: #616161. Windows color (decimal): -57574 or 1712127. OLE color: 1712127.
HSL color Cylindrical-coordinate representation of color #FF1F1A: hue angle of 1.31º 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 #FF1F1A is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 26 | - |
| CMYK | 0 | 0.88 | 0.90 | 0 |
| HSL | 1.31º | 1% | 0.55% | - |
| HSV(B) | 1.31º | 0.9% | 1% | - |
| XYZ | 41.92 | 22.31 | 3.08 | - |
| YUV | 97.41 | 87.71 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 26 | 0 | 0.88 | 0.90 | 0 | 1.31 | 1 | 0.55 |
| Hex | FF | 1F | 1A | 0 | 58 | 5A | 0 | 1 | 64 | 37 |
| Octal | 377 | 37 | 32 | 0 | 130 | 132 | 0 | 1 | 144 | 67 |
| Binary | 11111111 | 11111 | 11010 | 0 | 1011000 | 1011010 | 0 | 1 | 1100100 | 110111 |
Color Harmonies of #FF1F1A
Complementary color
Monochromatic Colors of #FF1F1A
Black with #FF1F1A
Text Example
Text Example
White with #FF1F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F1A; }
p { color: rgb(255,31,26); }
H1.HeaderClassName
{
color: #FF1F1A;
}
.AnyTagClassName
{
color: #FF1F1A;
}
</style>
background-color css
<style>
a { background-color: #FF1F1A; }
a { background-color: rgb(255,31,26); }
div.DivClassName
{
background-color: #FF1F1A;
}
.BgClassName
{
background-color: #FF1F1A;
}
</style>
border-color css
<style>
span { border-color: #FF1F1A; }
span { border-color: rgb(255,31,26); }
td.TdClassName
{
border-color: #FF1F1A;
}
.TagClassName
{
border-color: #FF1F1A;
}
</style>