Shades of Scarlet #F2241D
Tints of Scarlet #F2241D
RGB
CMYK
RGB Variations
Color information
#F2241D (or 0xF2241D) is known color: Scarlet. HEX triplet: F2, 24 and 1D. RGB value is (242,36,29). Sum of RGB (Red+Green+Blue) = 242+36+29=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2241D is #0DDBE2. Grayscale: #616161. Windows color (decimal): -908259 or 1910002. OLE color: 1910002.
HSL color Cylindrical-coordinate representation of color #F2241D: hue angle of 1.97º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2241D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.05 |
| HSL | 1.97º | 0.89% | 0.53% | - |
| HSV(B) | 1.97º | 0.88% | 0.95% | - |
| XYZ | 37.47 | 20.23 | 3.09 | - |
| YUV | 96.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 29 | 0 | 0.85 | 0.88 | 0.05 | 1.97 | 0.89 | 0.53 |
| Hex | F2 | 24 | 1D | 0 | 55 | 58 | 5 | 2 | 59 | 35 |
| Octal | 362 | 44 | 35 | 0 | 125 | 130 | 5 | 2 | 131 | 65 |
| Binary | 11110010 | 100100 | 11101 | 0 | 1010101 | 1011000 | 101 | 10 | 1011001 | 110101 |
Color Harmonies of #F2241D
Complementary color
Monochromatic Colors of #F2241D
Black with #F2241D
Text Example
Text Example
White with #F2241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2241D; }
p { color: rgb(242,36,29); }
H1.HeaderClassName
{
color: #F2241D;
}
.AnyTagClassName
{
color: #F2241D;
}
</style>
background-color css
<style>
a { background-color: #F2241D; }
a { background-color: rgb(242,36,29); }
div.DivClassName
{
background-color: #F2241D;
}
.BgClassName
{
background-color: #F2241D;
}
</style>
border-color css
<style>
span { border-color: #F2241D; }
span { border-color: rgb(242,36,29); }
td.TdClassName
{
border-color: #F2241D;
}
.TagClassName
{
border-color: #F2241D;
}
</style>