Shades of Scarlet #F32A18
Tints of Scarlet #F32A18
RGB
CMYK
RGB Variations
Color information
#F32A18 (or 0xF32A18) is known color: Scarlet. HEX triplet: F3, 2A and 18. RGB value is (243,42,24). Sum of RGB (Red+Green+Blue) = 243+42+24=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A18 is #0CD5E7. Grayscale: #646464. Windows color (decimal): -841192 or 1583859. OLE color: 1583859.
HSL color Cylindrical-coordinate representation of color #F32A18: hue angle of 4.93º 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 #F32A18 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 24 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.05 |
| HSL | 4.93º | 0.9% | 0.52% | - |
| HSV(B) | 4.93º | 0.9% | 0.95% | - |
| XYZ | 37.95 | 20.78 | 2.87 | - |
| YUV | 100.05 | 85.09 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 24 | 0 | 0.83 | 0.90 | 0.05 | 4.93 | 0.9 | 0.52 |
| Hex | F3 | 2A | 18 | 0 | 53 | 5A | 5 | 5 | 5A | 34 |
| Octal | 363 | 52 | 30 | 0 | 123 | 132 | 5 | 5 | 132 | 64 |
| Binary | 11110011 | 101010 | 11000 | 0 | 1010011 | 1011010 | 101 | 101 | 1011010 | 110100 |
Color Harmonies of #F32A18
Complementary color
Monochromatic Colors of #F32A18
Black with #F32A18
Text Example
Text Example
White with #F32A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A18; }
p { color: rgb(243,42,24); }
H1.HeaderClassName
{
color: #F32A18;
}
.AnyTagClassName
{
color: #F32A18;
}
</style>
background-color css
<style>
a { background-color: #F32A18; }
a { background-color: rgb(243,42,24); }
div.DivClassName
{
background-color: #F32A18;
}
.BgClassName
{
background-color: #F32A18;
}
</style>
border-color css
<style>
span { border-color: #F32A18; }
span { border-color: rgb(243,42,24); }
td.TdClassName
{
border-color: #F32A18;
}
.TagClassName
{
border-color: #F32A18;
}
</style>