Shades of Scarlet #F3140C
Tints of Scarlet #F3140C
RGB
CMYK
RGB Variations
Color information
#F3140C (or 0xF3140C) is known color: Scarlet. HEX triplet: F3, 14 and 0C. RGB value is (243,20,12). Sum of RGB (Red+Green+Blue) = 243+20+12=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F3140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3140C is #0CEBF3. Grayscale: #565656. Windows color (decimal): -846836 or 791795. OLE color: 791795.
HSL color Cylindrical-coordinate representation of color #F3140C: hue angle of 2.08º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3140C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.05 |
| HSL | 2.08º | 0.91% | 0.5% | - |
| HSV(B) | 2.08º | 0.95% | 0.95% | - |
| XYZ | 37.28 | 19.58 | 2.16 | - |
| YUV | 85.77 | 86.38 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 12 | 0 | 0.92 | 0.95 | 0.05 | 2.08 | 0.91 | 0.5 |
| Hex | F3 | 14 | C | 0 | 5C | 5F | 5 | 2 | 5B | 32 |
| Octal | 363 | 24 | 14 | 0 | 134 | 137 | 5 | 2 | 133 | 62 |
| Binary | 11110011 | 10100 | 1100 | 0 | 1011100 | 1011111 | 101 | 10 | 1011011 | 110010 |
Color Harmonies of #F3140C
Complementary color
Monochromatic Colors of #F3140C
Black with #F3140C
Text Example
Text Example
White with #F3140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3140C; }
p { color: rgb(243,20,12); }
H1.HeaderClassName
{
color: #F3140C;
}
.AnyTagClassName
{
color: #F3140C;
}
</style>
background-color css
<style>
a { background-color: #F3140C; }
a { background-color: rgb(243,20,12); }
div.DivClassName
{
background-color: #F3140C;
}
.BgClassName
{
background-color: #F3140C;
}
</style>
border-color css
<style>
span { border-color: #F3140C; }
span { border-color: rgb(243,20,12); }
td.TdClassName
{
border-color: #F3140C;
}
.TagClassName
{
border-color: #F3140C;
}
</style>