Shades of Scarlet #F3170D
Tints of Scarlet #F3170D
RGB
CMYK
RGB Variations
Color information
#F3170D (or 0xF3170D) is known color: Scarlet. HEX triplet: F3, 17 and 0D. RGB value is (243,23,13). Sum of RGB (Red+Green+Blue) = 243+23+13=279 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.10% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 243 - color contains mainly: red. Hex color #F3170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3170D is #0CE8F2. Grayscale: #575757. Windows color (decimal): -846067 or 858099. OLE color: 858099.
HSL color Cylindrical-coordinate representation of color #F3170D: hue angle of 2.61º 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 #F3170D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.05 |
| HSL | 2.61º | 0.91% | 0.5% | - |
| HSV(B) | 2.61º | 0.95% | 0.95% | - |
| XYZ | 37.34 | 19.7 | 2.21 | - |
| YUV | 87.64 | 85.89 | 238.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 13 | 0 | 0.91 | 0.95 | 0.05 | 2.61 | 0.91 | 0.5 |
| Hex | F3 | 17 | D | 0 | 5B | 5F | 5 | 3 | 5B | 32 |
| Octal | 363 | 27 | 15 | 0 | 133 | 137 | 5 | 3 | 133 | 62 |
| Binary | 11110011 | 10111 | 1101 | 0 | 1011011 | 1011111 | 101 | 11 | 1011011 | 110010 |
Color Harmonies of #F3170D
Complementary color
Monochromatic Colors of #F3170D
Black with #F3170D
Text Example
Text Example
White with #F3170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3170D; }
p { color: rgb(243,23,13); }
H1.HeaderClassName
{
color: #F3170D;
}
.AnyTagClassName
{
color: #F3170D;
}
</style>
background-color css
<style>
a { background-color: #F3170D; }
a { background-color: rgb(243,23,13); }
div.DivClassName
{
background-color: #F3170D;
}
.BgClassName
{
background-color: #F3170D;
}
</style>
border-color css
<style>
span { border-color: #F3170D; }
span { border-color: rgb(243,23,13); }
td.TdClassName
{
border-color: #F3170D;
}
.TagClassName
{
border-color: #F3170D;
}
</style>