Shades of Scarlet #F32D17
Tints of Scarlet #F32D17
RGB
CMYK
RGB Variations
Color information
#F32D17 (or 0xF32D17) is known color: Scarlet. HEX triplet: F3, 2D and 17. RGB value is (243,45,23). Sum of RGB (Red+Green+Blue) = 243+45+23=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32D17 is #0CD2E8. Grayscale: #656565. Windows color (decimal): -840425 or 1519091. OLE color: 1519091.
HSL color Cylindrical-coordinate representation of color #F32D17: hue angle of 6º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F32D17 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 23 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.05 |
| HSL | 6º | 0.9% | 0.52% | - |
| HSV(B) | 6º | 0.91% | 0.95% | - |
| XYZ | 38.06 | 20.99 | 2.86 | - |
| YUV | 101.69 | 83.6 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 23 | 0 | 0.81 | 0.91 | 0.05 | 6 | 0.9 | 0.52 |
| Hex | F3 | 2D | 17 | 0 | 51 | 5B | 5 | 6 | 5A | 34 |
| Octal | 363 | 55 | 27 | 0 | 121 | 133 | 5 | 6 | 132 | 64 |
| Binary | 11110011 | 101101 | 10111 | 0 | 1010001 | 1011011 | 101 | 110 | 1011010 | 110100 |
Color Harmonies of #F32D17
Complementary color
Monochromatic Colors of #F32D17
Black with #F32D17
Text Example
Text Example
White with #F32D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D17; }
p { color: rgb(243,45,23); }
H1.HeaderClassName
{
color: #F32D17;
}
.AnyTagClassName
{
color: #F32D17;
}
</style>
background-color css
<style>
a { background-color: #F32D17; }
a { background-color: rgb(243,45,23); }
div.DivClassName
{
background-color: #F32D17;
}
.BgClassName
{
background-color: #F32D17;
}
</style>
border-color css
<style>
span { border-color: #F32D17; }
span { border-color: rgb(243,45,23); }
td.TdClassName
{
border-color: #F32D17;
}
.TagClassName
{
border-color: #F32D17;
}
</style>