Shades of Scarlet #F2231C
Tints of Scarlet #F2231C
RGB
CMYK
RGB Variations
Color information
#F2231C (or 0xF2231C) is known color: Scarlet. HEX triplet: F2, 23 and 1C. RGB value is (242,35,28). Sum of RGB (Red+Green+Blue) = 242+35+28=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2231C is #0DDCE3. Grayscale: #606060. Windows color (decimal): -908516 or 1844210. OLE color: 1844210.
HSL color Cylindrical-coordinate representation of color #F2231C: hue angle of 1.96º 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 #F2231C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 28 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.05 |
| HSL | 1.96º | 0.89% | 0.53% | - |
| HSV(B) | 1.96º | 0.88% | 0.95% | - |
| XYZ | 37.43 | 20.16 | 3.02 | - |
| YUV | 96.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 28 | 0 | 0.86 | 0.88 | 0.05 | 1.96 | 0.89 | 0.53 |
| Hex | F2 | 23 | 1C | 0 | 56 | 58 | 5 | 2 | 59 | 35 |
| Octal | 362 | 43 | 34 | 0 | 126 | 130 | 5 | 2 | 131 | 65 |
| Binary | 11110010 | 100011 | 11100 | 0 | 1010110 | 1011000 | 101 | 10 | 1011001 | 110101 |
Color Harmonies of #F2231C
Complementary color
Monochromatic Colors of #F2231C
Black with #F2231C
Text Example
Text Example
White with #F2231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2231C; }
p { color: rgb(242,35,28); }
H1.HeaderClassName
{
color: #F2231C;
}
.AnyTagClassName
{
color: #F2231C;
}
</style>
background-color css
<style>
a { background-color: #F2231C; }
a { background-color: rgb(242,35,28); }
div.DivClassName
{
background-color: #F2231C;
}
.BgClassName
{
background-color: #F2231C;
}
</style>
border-color css
<style>
span { border-color: #F2231C; }
span { border-color: rgb(242,35,28); }
td.TdClassName
{
border-color: #F2231C;
}
.TagClassName
{
border-color: #F2231C;
}
</style>