Shades of Scarlet #F31712
Tints of Scarlet #F31712
RGB
CMYK
RGB Variations
Color information
#F31712 (or 0xF31712) is known color: Scarlet. HEX triplet: F3, 17 and 12. RGB value is (243,23,18). Sum of RGB (Red+Green+Blue) = 243+23+18=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F31712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31712 is #0CE8ED. Grayscale: #585858. Windows color (decimal): -846062 or 1185779. OLE color: 1185779.
HSL color Cylindrical-coordinate representation of color #F31712: hue angle of 1.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31712 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 18 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.05 |
| HSL | 1.33º | 0.9% | 0.51% | - |
| HSV(B) | 1.33º | 0.93% | 0.95% | - |
| XYZ | 37.38 | 19.71 | 2.41 | - |
| YUV | 88.21 | 88.39 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 18 | 0 | 0.91 | 0.93 | 0.05 | 1.33 | 0.9 | 0.51 |
| Hex | F3 | 17 | 12 | 0 | 5B | 5D | 5 | 1 | 5A | 33 |
| Octal | 363 | 27 | 22 | 0 | 133 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110011 | 10111 | 10010 | 0 | 1011011 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F31712
Complementary color
Monochromatic Colors of #F31712
Black with #F31712
Text Example
Text Example
White with #F31712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31712; }
p { color: rgb(243,23,18); }
H1.HeaderClassName
{
color: #F31712;
}
.AnyTagClassName
{
color: #F31712;
}
</style>
background-color css
<style>
a { background-color: #F31712; }
a { background-color: rgb(243,23,18); }
div.DivClassName
{
background-color: #F31712;
}
.BgClassName
{
background-color: #F31712;
}
</style>
border-color css
<style>
span { border-color: #F31712; }
span { border-color: rgb(243,23,18); }
td.TdClassName
{
border-color: #F31712;
}
.TagClassName
{
border-color: #F31712;
}
</style>