Shades of Scarlet #F32818
Tints of Scarlet #F32818
RGB
CMYK
RGB Variations
Color information
#F32818 (or 0xF32818) is known color: Scarlet. HEX triplet: F3, 28 and 18. RGB value is (243,40,24). Sum of RGB (Red+Green+Blue) = 243+40+24=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F32818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32818 is #0CD7E7. Grayscale: #636363. Windows color (decimal): -841704 or 1583347. OLE color: 1583347.
HSL color Cylindrical-coordinate representation of color #F32818: hue angle of 4.38º 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 #F32818 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 24 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.05 |
| HSL | 4.38º | 0.9% | 0.52% | - |
| HSV(B) | 4.38º | 0.9% | 0.95% | - |
| XYZ | 37.89 | 20.64 | 2.85 | - |
| YUV | 98.87 | 85.75 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 24 | 0 | 0.84 | 0.90 | 0.05 | 4.38 | 0.9 | 0.52 |
| Hex | F3 | 28 | 18 | 0 | 54 | 5A | 5 | 4 | 5A | 34 |
| Octal | 363 | 50 | 30 | 0 | 124 | 132 | 5 | 4 | 132 | 64 |
| Binary | 11110011 | 101000 | 11000 | 0 | 1010100 | 1011010 | 101 | 100 | 1011010 | 110100 |
Color Harmonies of #F32818
Complementary color
Monochromatic Colors of #F32818
Black with #F32818
Text Example
Text Example
White with #F32818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32818; }
p { color: rgb(243,40,24); }
H1.HeaderClassName
{
color: #F32818;
}
.AnyTagClassName
{
color: #F32818;
}
</style>
background-color css
<style>
a { background-color: #F32818; }
a { background-color: rgb(243,40,24); }
div.DivClassName
{
background-color: #F32818;
}
.BgClassName
{
background-color: #F32818;
}
</style>
border-color css
<style>
span { border-color: #F32818; }
span { border-color: rgb(243,40,24); }
td.TdClassName
{
border-color: #F32818;
}
.TagClassName
{
border-color: #F32818;
}
</style>