Shades of Scarlet #F3150B
Tints of Scarlet #F3150B
RGB
CMYK
RGB Variations
Color information
#F3150B (or 0xF3150B) is known color: Scarlet. HEX triplet: F3, 15 and 0B. RGB value is (243,21,11). Sum of RGB (Red+Green+Blue) = 243+21+11=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F3150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3150B is #0CEAF4. Grayscale: #565656. Windows color (decimal): -846581 or 726515. OLE color: 726515.
HSL color Cylindrical-coordinate representation of color #F3150B: hue angle of 2.59º 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 #F3150B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.05 |
| HSL | 2.59º | 0.91% | 0.5% | - |
| HSV(B) | 2.59º | 0.95% | 0.95% | - |
| XYZ | 37.29 | 19.62 | 2.14 | - |
| YUV | 86.24 | 85.55 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 11 | 0 | 0.91 | 0.95 | 0.05 | 2.59 | 0.91 | 0.5 |
| Hex | F3 | 15 | B | 0 | 5B | 5F | 5 | 3 | 5B | 32 |
| Octal | 363 | 25 | 13 | 0 | 133 | 137 | 5 | 3 | 133 | 62 |
| Binary | 11110011 | 10101 | 1011 | 0 | 1011011 | 1011111 | 101 | 11 | 1011011 | 110010 |
Color Harmonies of #F3150B
Complementary color
Monochromatic Colors of #F3150B
Black with #F3150B
Text Example
Text Example
White with #F3150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3150B; }
p { color: rgb(243,21,11); }
H1.HeaderClassName
{
color: #F3150B;
}
.AnyTagClassName
{
color: #F3150B;
}
</style>
background-color css
<style>
a { background-color: #F3150B; }
a { background-color: rgb(243,21,11); }
div.DivClassName
{
background-color: #F3150B;
}
.BgClassName
{
background-color: #F3150B;
}
</style>
border-color css
<style>
span { border-color: #F3150B; }
span { border-color: rgb(243,21,11); }
td.TdClassName
{
border-color: #F3150B;
}
.TagClassName
{
border-color: #F3150B;
}
</style>