Shades of Scarlet #F3150F
Tints of Scarlet #F3150F
RGB
CMYK
RGB Variations
Color information
#F3150F (or 0xF3150F) is known color: Scarlet. HEX triplet: F3, 15 and 0F. RGB value is (243,21,15). Sum of RGB (Red+Green+Blue) = 243+21+15=279 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.10% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 243 - color contains mainly: red. Hex color #F3150F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3150F is #0CEAF0. Grayscale: #565656. Windows color (decimal): -846577 or 988659. OLE color: 988659.
HSL color Cylindrical-coordinate representation of color #F3150F: hue angle of 1.58º 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 #F3150F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 15 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.05 |
| HSL | 1.58º | 0.9% | 0.51% | - |
| HSV(B) | 1.58º | 0.94% | 0.95% | - |
| XYZ | 37.32 | 19.63 | 2.27 | - |
| YUV | 86.69 | 87.55 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 15 | 0 | 0.91 | 0.94 | 0.05 | 1.58 | 0.9 | 0.51 |
| Hex | F3 | 15 | F | 0 | 5B | 5E | 5 | 2 | 5A | 33 |
| Octal | 363 | 25 | 17 | 0 | 133 | 136 | 5 | 2 | 132 | 63 |
| Binary | 11110011 | 10101 | 1111 | 0 | 1011011 | 1011110 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F3150F
Complementary color
Monochromatic Colors of #F3150F
Black with #F3150F
Text Example
Text Example
White with #F3150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3150F; }
p { color: rgb(243,21,15); }
H1.HeaderClassName
{
color: #F3150F;
}
.AnyTagClassName
{
color: #F3150F;
}
</style>
background-color css
<style>
a { background-color: #F3150F; }
a { background-color: rgb(243,21,15); }
div.DivClassName
{
background-color: #F3150F;
}
.BgClassName
{
background-color: #F3150F;
}
</style>
border-color css
<style>
span { border-color: #F3150F; }
span { border-color: rgb(243,21,15); }
td.TdClassName
{
border-color: #F3150F;
}
.TagClassName
{
border-color: #F3150F;
}
</style>