Shades of Scarlet #F3140F
Tints of Scarlet #F3140F
RGB
CMYK
RGB Variations
Color information
#F3140F (or 0xF3140F) is known color: Scarlet. HEX triplet: F3, 14 and 0F. RGB value is (243,20,15). Sum of RGB (Red+Green+Blue) = 243+20+15=278 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.41% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 243 - color contains mainly: red. Hex color #F3140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3140F is #0CEBF0. Grayscale: #565656. Windows color (decimal): -846833 or 988403. OLE color: 988403.
HSL color Cylindrical-coordinate representation of color #F3140F: hue angle of 1.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3140F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.05 |
| HSL | 1.32º | 0.9% | 0.51% | - |
| HSV(B) | 1.32º | 0.94% | 0.95% | - |
| XYZ | 37.3 | 19.59 | 2.27 | - |
| YUV | 86.11 | 87.88 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 15 | 0 | 0.92 | 0.94 | 0.05 | 1.32 | 0.9 | 0.51 |
| Hex | F3 | 14 | F | 0 | 5C | 5E | 5 | 1 | 5A | 33 |
| Octal | 363 | 24 | 17 | 0 | 134 | 136 | 5 | 1 | 132 | 63 |
| Binary | 11110011 | 10100 | 1111 | 0 | 1011100 | 1011110 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F3140F
Complementary color
Monochromatic Colors of #F3140F
Black with #F3140F
Text Example
Text Example
White with #F3140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3140F; }
p { color: rgb(243,20,15); }
H1.HeaderClassName
{
color: #F3140F;
}
.AnyTagClassName
{
color: #F3140F;
}
</style>
background-color css
<style>
a { background-color: #F3140F; }
a { background-color: rgb(243,20,15); }
div.DivClassName
{
background-color: #F3140F;
}
.BgClassName
{
background-color: #F3140F;
}
</style>
border-color css
<style>
span { border-color: #F3140F; }
span { border-color: rgb(243,20,15); }
td.TdClassName
{
border-color: #F3140F;
}
.TagClassName
{
border-color: #F3140F;
}
</style>