Shades of Scarlet #F32C12
Tints of Scarlet #F32C12
RGB
CMYK
RGB Variations
Color information
#F32C12 (or 0xF32C12) is known color: Scarlet. HEX triplet: F3, 2C and 12. RGB value is (243,44,18). Sum of RGB (Red+Green+Blue) = 243+44+18=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32C12 is #0CD3ED. Grayscale: #646464. Windows color (decimal): -840686 or 1191155. OLE color: 1191155.
HSL color Cylindrical-coordinate representation of color #F32C12: hue angle of 6.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F32C12 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 18 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.05 |
| HSL | 6.93º | 0.9% | 0.51% | - |
| HSV(B) | 6.93º | 0.93% | 0.95% | - |
| XYZ | 37.97 | 20.9 | 2.6 | - |
| YUV | 100.54 | 81.43 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 18 | 0 | 0.82 | 0.93 | 0.05 | 6.93 | 0.9 | 0.51 |
| Hex | F3 | 2C | 12 | 0 | 52 | 5D | 5 | 7 | 5A | 33 |
| Octal | 363 | 54 | 22 | 0 | 122 | 135 | 5 | 7 | 132 | 63 |
| Binary | 11110011 | 101100 | 10010 | 0 | 1010010 | 1011101 | 101 | 111 | 1011010 | 110011 |
Color Harmonies of #F32C12
Complementary color
Monochromatic Colors of #F32C12
Black with #F32C12
Text Example
Text Example
White with #F32C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C12; }
p { color: rgb(243,44,18); }
H1.HeaderClassName
{
color: #F32C12;
}
.AnyTagClassName
{
color: #F32C12;
}
</style>
background-color css
<style>
a { background-color: #F32C12; }
a { background-color: rgb(243,44,18); }
div.DivClassName
{
background-color: #F32C12;
}
.BgClassName
{
background-color: #F32C12;
}
</style>
border-color css
<style>
span { border-color: #F32C12; }
span { border-color: rgb(243,44,18); }
td.TdClassName
{
border-color: #F32C12;
}
.TagClassName
{
border-color: #F32C12;
}
</style>