Shades of Scarlet #F32C0C
Tints of Scarlet #F32C0C
RGB
CMYK
RGB Variations
Color information
#F32C0C (or 0xF32C0C) is known color: Scarlet. HEX triplet: F3, 2C and 0C. RGB value is (243,44,12). Sum of RGB (Red+Green+Blue) = 243+44+12=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32C0C is #0CD3F3. Grayscale: #646464. Windows color (decimal): -840692 or 797939. OLE color: 797939.
HSL color Cylindrical-coordinate representation of color #F32C0C: hue angle of 8.31º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F32C0C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.05 |
| HSL | 8.31º | 0.91% | 0.5% | - |
| HSV(B) | 8.31º | 0.95% | 0.95% | - |
| XYZ | 37.93 | 20.88 | 2.38 | - |
| YUV | 99.85 | 78.43 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 12 | 0 | 0.82 | 0.95 | 0.05 | 8.31 | 0.91 | 0.5 |
| Hex | F3 | 2C | C | 0 | 52 | 5F | 5 | 8 | 5B | 32 |
| Octal | 363 | 54 | 14 | 0 | 122 | 137 | 5 | 10 | 133 | 62 |
| Binary | 11110011 | 101100 | 1100 | 0 | 1010010 | 1011111 | 101 | 1000 | 1011011 | 110010 |
Color Harmonies of #F32C0C
Complementary color
Monochromatic Colors of #F32C0C
Black with #F32C0C
Text Example
Text Example
White with #F32C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C0C; }
p { color: rgb(243,44,12); }
H1.HeaderClassName
{
color: #F32C0C;
}
.AnyTagClassName
{
color: #F32C0C;
}
</style>
background-color css
<style>
a { background-color: #F32C0C; }
a { background-color: rgb(243,44,12); }
div.DivClassName
{
background-color: #F32C0C;
}
.BgClassName
{
background-color: #F32C0C;
}
</style>
border-color css
<style>
span { border-color: #F32C0C; }
span { border-color: rgb(243,44,12); }
td.TdClassName
{
border-color: #F32C0C;
}
.TagClassName
{
border-color: #F32C0C;
}
</style>