Shades of Scarlet #FF140C
Tints of Scarlet #FF140C
RGB
CMYK
RGB Variations
Color information
#FF140C (or 0xFF140C) is known color: Scarlet. HEX triplet: FF, 14 and 0C. RGB value is (255,20,12). Sum of RGB (Red+Green+Blue) = 255+20+12=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF140C is #00EBF3. Grayscale: #595959. Windows color (decimal): -60404 or 791807. OLE color: 791807.
HSL color Cylindrical-coordinate representation of color #FF140C: hue angle of 1.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF140C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0 |
| HSL | 1.98º | 1% | 0.52% | - |
| HSV(B) | 1.98º | 0.95% | 1% | - |
| XYZ | 41.56 | 21.79 | 2.36 | - |
| YUV | 89.35 | 84.36 | 246.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 12 | 0 | 0.92 | 0.95 | 0 | 1.98 | 1 | 0.52 |
| Hex | FF | 14 | C | 0 | 5C | 5F | 0 | 2 | 64 | 34 |
| Octal | 377 | 24 | 14 | 0 | 134 | 137 | 0 | 2 | 144 | 64 |
| Binary | 11111111 | 10100 | 1100 | 0 | 1011100 | 1011111 | 0 | 10 | 1100100 | 110100 |
Color Harmonies of #FF140C
Complementary color
Monochromatic Colors of #FF140C
Black with #FF140C
Text Example
Text Example
White with #FF140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF140C; }
p { color: rgb(255,20,12); }
H1.HeaderClassName
{
color: #FF140C;
}
.AnyTagClassName
{
color: #FF140C;
}
</style>
background-color css
<style>
a { background-color: #FF140C; }
a { background-color: rgb(255,20,12); }
div.DivClassName
{
background-color: #FF140C;
}
.BgClassName
{
background-color: #FF140C;
}
</style>
border-color css
<style>
span { border-color: #FF140C; }
span { border-color: rgb(255,20,12); }
td.TdClassName
{
border-color: #FF140C;
}
.TagClassName
{
border-color: #FF140C;
}
</style>