Shades of Scarlet #FF140D
Tints of Scarlet #FF140D
RGB
CMYK
RGB Variations
Color information
#FF140D (or 0xFF140D) is known color: Scarlet. HEX triplet: FF, 14 and 0D. RGB value is (255,20,13). Sum of RGB (Red+Green+Blue) = 255+20+13=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF140D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF140D is #00EBF2. Grayscale: #595959. Windows color (decimal): -60403 or 857343. OLE color: 857343.
HSL color Cylindrical-coordinate representation of color #FF140D: hue angle of 1.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF140D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0 |
| HSL | 1.74º | 1% | 0.53% | - |
| HSV(B) | 1.74º | 0.95% | 1% | - |
| XYZ | 41.56 | 21.79 | 2.4 | - |
| YUV | 89.47 | 84.86 | 246.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 13 | 0 | 0.92 | 0.95 | 0 | 1.74 | 1 | 0.53 |
| Hex | FF | 14 | D | 0 | 5C | 5F | 0 | 2 | 64 | 35 |
| Octal | 377 | 24 | 15 | 0 | 134 | 137 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 10100 | 1101 | 0 | 1011100 | 1011111 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF140D
Complementary color
Monochromatic Colors of #FF140D
Black with #FF140D
Text Example
Text Example
White with #FF140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF140D; }
p { color: rgb(255,20,13); }
H1.HeaderClassName
{
color: #FF140D;
}
.AnyTagClassName
{
color: #FF140D;
}
</style>
background-color css
<style>
a { background-color: #FF140D; }
a { background-color: rgb(255,20,13); }
div.DivClassName
{
background-color: #FF140D;
}
.BgClassName
{
background-color: #FF140D;
}
</style>
border-color css
<style>
span { border-color: #FF140D; }
span { border-color: rgb(255,20,13); }
td.TdClassName
{
border-color: #FF140D;
}
.TagClassName
{
border-color: #FF140D;
}
</style>