Shades of Scarlet #F21A0C
Tints of Scarlet #F21A0C
RGB
CMYK
RGB Variations
Color information
#F21A0C (or 0xF21A0C) is known color: Scarlet. HEX triplet: F2, 1A and 0C. RGB value is (242,26,12). Sum of RGB (Red+Green+Blue) = 242+26+12=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21A0C is #0DE5F3. Grayscale: #595959. Windows color (decimal): -910836 or 793330. OLE color: 793330.
HSL color Cylindrical-coordinate representation of color #F21A0C: hue angle of 3.65º 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 #F21A0C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.05 |
| HSL | 3.65º | 0.91% | 0.5% | - |
| HSV(B) | 3.65º | 0.95% | 0.95% | - |
| XYZ | 37.05 | 19.64 | 2.19 | - |
| YUV | 88.99 | 84.56 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 12 | 0 | 0.89 | 0.95 | 0.05 | 3.65 | 0.91 | 0.5 |
| Hex | F2 | 1A | C | 0 | 59 | 5F | 5 | 4 | 5B | 32 |
| Octal | 362 | 32 | 14 | 0 | 131 | 137 | 5 | 4 | 133 | 62 |
| Binary | 11110010 | 11010 | 1100 | 0 | 1011001 | 1011111 | 101 | 100 | 1011011 | 110010 |
Color Harmonies of #F21A0C
Complementary color
Monochromatic Colors of #F21A0C
Black with #F21A0C
Text Example
Text Example
White with #F21A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21A0C; }
p { color: rgb(242,26,12); }
H1.HeaderClassName
{
color: #F21A0C;
}
.AnyTagClassName
{
color: #F21A0C;
}
</style>
background-color css
<style>
a { background-color: #F21A0C; }
a { background-color: rgb(242,26,12); }
div.DivClassName
{
background-color: #F21A0C;
}
.BgClassName
{
background-color: #F21A0C;
}
</style>
border-color css
<style>
span { border-color: #F21A0C; }
span { border-color: rgb(242,26,12); }
td.TdClassName
{
border-color: #F21A0C;
}
.TagClassName
{
border-color: #F21A0C;
}
</style>