Shades of Scarlet #FF1408
Tints of Scarlet #FF1408
RGB
CMYK
RGB Variations
Color information
#FF1408 (or 0xFF1408) is known color: Scarlet. HEX triplet: FF, 14 and 08. RGB value is (255,20,8). Sum of RGB (Red+Green+Blue) = 255+20+8=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1408 is #00EBF7. Grayscale: #595959. Windows color (decimal): -60408 or 529663. OLE color: 529663.
HSL color Cylindrical-coordinate representation of color #FF1408: hue angle of 2.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF1408 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0 |
| HSL | 2.91º | 1% | 0.52% | - |
| HSV(B) | 2.91º | 0.97% | 1% | - |
| XYZ | 41.53 | 21.78 | 2.24 | - |
| YUV | 88.9 | 82.36 | 246.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 8 | 0 | 0.92 | 0.97 | 0 | 2.91 | 1 | 0.52 |
| Hex | FF | 14 | 8 | 0 | 5C | 61 | 0 | 3 | 64 | 34 |
| Octal | 377 | 24 | 10 | 0 | 134 | 141 | 0 | 3 | 144 | 64 |
| Binary | 11111111 | 10100 | 1000 | 0 | 1011100 | 1100001 | 0 | 11 | 1100100 | 110100 |
Color Harmonies of #FF1408
Complementary color
Monochromatic Colors of #FF1408
Black with #FF1408
Text Example
Text Example
White with #FF1408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1408; }
p { color: rgb(255,20,8); }
H1.HeaderClassName
{
color: #FF1408;
}
.AnyTagClassName
{
color: #FF1408;
}
</style>
background-color css
<style>
a { background-color: #FF1408; }
a { background-color: rgb(255,20,8); }
div.DivClassName
{
background-color: #FF1408;
}
.BgClassName
{
background-color: #FF1408;
}
</style>
border-color css
<style>
span { border-color: #FF1408; }
span { border-color: rgb(255,20,8); }
td.TdClassName
{
border-color: #FF1408;
}
.TagClassName
{
border-color: #FF1408;
}
</style>