Shades of Scarlet #F32F18
Tints of Scarlet #F32F18
RGB
CMYK
RGB Variations
Color information
#F32F18 (or 0xF32F18) is known color: Scarlet. HEX triplet: F3, 2F and 18. RGB value is (243,47,24). Sum of RGB (Red+Green+Blue) = 243+47+24=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32F18 is #0CD0E7. Grayscale: #676767. Windows color (decimal): -839912 or 1585139. OLE color: 1585139.
HSL color Cylindrical-coordinate representation of color #F32F18: hue angle of 6.3º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F32F18 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 24 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.05 |
| HSL | 6.3º | 0.9% | 0.52% | - |
| HSV(B) | 6.3º | 0.9% | 0.95% | - |
| XYZ | 38.14 | 21.15 | 2.94 | - |
| YUV | 102.98 | 83.43 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 24 | 0 | 0.81 | 0.90 | 0.05 | 6.3 | 0.9 | 0.52 |
| Hex | F3 | 2F | 18 | 0 | 51 | 5A | 5 | 6 | 5A | 34 |
| Octal | 363 | 57 | 30 | 0 | 121 | 132 | 5 | 6 | 132 | 64 |
| Binary | 11110011 | 101111 | 11000 | 0 | 1010001 | 1011010 | 101 | 110 | 1011010 | 110100 |
Color Harmonies of #F32F18
Complementary color
Monochromatic Colors of #F32F18
Black with #F32F18
Text Example
Text Example
White with #F32F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F18; }
p { color: rgb(243,47,24); }
H1.HeaderClassName
{
color: #F32F18;
}
.AnyTagClassName
{
color: #F32F18;
}
</style>
background-color css
<style>
a { background-color: #F32F18; }
a { background-color: rgb(243,47,24); }
div.DivClassName
{
background-color: #F32F18;
}
.BgClassName
{
background-color: #F32F18;
}
</style>
border-color css
<style>
span { border-color: #F32F18; }
span { border-color: rgb(243,47,24); }
td.TdClassName
{
border-color: #F32F18;
}
.TagClassName
{
border-color: #F32F18;
}
</style>