Shades of Scarlet #F21C0D
Tints of Scarlet #F21C0D
RGB
CMYK
RGB Variations
Color information
#F21C0D (or 0xF21C0D) is known color: Scarlet. HEX triplet: F2, 1C and 0D. RGB value is (242,28,13). Sum of RGB (Red+Green+Blue) = 242+28+13=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21C0D is #0DE3F2. Grayscale: #5A5A5A. Windows color (decimal): -910323 or 859378. OLE color: 859378.
HSL color Cylindrical-coordinate representation of color #F21C0D: hue angle of 3.93º degrees, saturation: 0.9, 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 #F21C0D is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 13 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.05 |
| HSL | 3.93º | 0.9% | 0.5% | - |
| HSV(B) | 3.93º | 0.95% | 0.95% | - |
| XYZ | 37.11 | 19.74 | 2.23 | - |
| YUV | 90.28 | 84.4 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 13 | 0 | 0.88 | 0.95 | 0.05 | 3.93 | 0.9 | 0.5 |
| Hex | F2 | 1C | D | 0 | 58 | 5F | 5 | 4 | 5A | 32 |
| Octal | 362 | 34 | 15 | 0 | 130 | 137 | 5 | 4 | 132 | 62 |
| Binary | 11110010 | 11100 | 1101 | 0 | 1011000 | 1011111 | 101 | 100 | 1011010 | 110010 |
Color Harmonies of #F21C0D
Complementary color
Monochromatic Colors of #F21C0D
Black with #F21C0D
Text Example
Text Example
White with #F21C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C0D; }
p { color: rgb(242,28,13); }
H1.HeaderClassName
{
color: #F21C0D;
}
.AnyTagClassName
{
color: #F21C0D;
}
</style>
background-color css
<style>
a { background-color: #F21C0D; }
a { background-color: rgb(242,28,13); }
div.DivClassName
{
background-color: #F21C0D;
}
.BgClassName
{
background-color: #F21C0D;
}
</style>
border-color css
<style>
span { border-color: #F21C0D; }
span { border-color: rgb(242,28,13); }
td.TdClassName
{
border-color: #F21C0D;
}
.TagClassName
{
border-color: #F21C0D;
}
</style>