Shades of Scarlet #F2340C
Tints of Scarlet #F2340C
RGB
CMYK
RGB Variations
Color information
#F2340C (or 0xF2340C) is known color: Scarlet. HEX triplet: F2, 34 and 0C. RGB value is (242,52,12). Sum of RGB (Red+Green+Blue) = 242+52+12=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F2340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2340C is #0DCBF3. Grayscale: #686868. Windows color (decimal): -904180 or 799986. OLE color: 799986.
HSL color Cylindrical-coordinate representation of color #F2340C: hue angle of 10.43º 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 #F2340C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.05 |
| HSL | 10.43º | 0.91% | 0.5% | - |
| HSV(B) | 10.43º | 0.95% | 0.95% | - |
| XYZ | 37.91 | 21.36 | 2.47 | - |
| YUV | 104.25 | 75.95 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 12 | 0 | 0.79 | 0.95 | 0.05 | 10.43 | 0.91 | 0.5 |
| Hex | F2 | 34 | C | 0 | 4F | 5F | 5 | A | 5B | 32 |
| Octal | 362 | 64 | 14 | 0 | 117 | 137 | 5 | 12 | 133 | 62 |
| Binary | 11110010 | 110100 | 1100 | 0 | 1001111 | 1011111 | 101 | 1010 | 1011011 | 110010 |
Color Harmonies of #F2340C
Complementary color
Monochromatic Colors of #F2340C
Black with #F2340C
Text Example
Text Example
White with #F2340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2340C; }
p { color: rgb(242,52,12); }
H1.HeaderClassName
{
color: #F2340C;
}
.AnyTagClassName
{
color: #F2340C;
}
</style>
background-color css
<style>
a { background-color: #F2340C; }
a { background-color: rgb(242,52,12); }
div.DivClassName
{
background-color: #F2340C;
}
.BgClassName
{
background-color: #F2340C;
}
</style>
border-color css
<style>
span { border-color: #F2340C; }
span { border-color: rgb(242,52,12); }
td.TdClassName
{
border-color: #F2340C;
}
.TagClassName
{
border-color: #F2340C;
}
</style>