Shades of Scarlet #F21D1B
Tints of Scarlet #F21D1B
RGB
CMYK
RGB Variations
Color information
#F21D1B (or 0xF21D1B) is known color: Scarlet. HEX triplet: F2, 1D and 1B. RGB value is (242,29,27). Sum of RGB (Red+Green+Blue) = 242+29+27=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D1B is #0DE2E4. Grayscale: #5C5C5C. Windows color (decimal): -910053 or 1777138. OLE color: 1777138.
HSL color Cylindrical-coordinate representation of color #F21D1B: hue angle of 0.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21D1B is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 27 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.05 |
| HSL | 0.56º | 0.89% | 0.53% | - |
| HSV(B) | 0.56º | 0.89% | 0.95% | - |
| XYZ | 37.26 | 19.84 | 2.9 | - |
| YUV | 92.46 | 91.07 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 27 | 0 | 0.88 | 0.89 | 0.05 | 0.56 | 0.89 | 0.53 |
| Hex | F2 | 1D | 1B | 0 | 58 | 59 | 5 | 1 | 59 | 35 |
| Octal | 362 | 35 | 33 | 0 | 130 | 131 | 5 | 1 | 131 | 65 |
| Binary | 11110010 | 11101 | 11011 | 0 | 1011000 | 1011001 | 101 | 1 | 1011001 | 110101 |
Color Harmonies of #F21D1B
Complementary color
Monochromatic Colors of #F21D1B
Black with #F21D1B
Text Example
Text Example
White with #F21D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D1B; }
p { color: rgb(242,29,27); }
H1.HeaderClassName
{
color: #F21D1B;
}
.AnyTagClassName
{
color: #F21D1B;
}
</style>
background-color css
<style>
a { background-color: #F21D1B; }
a { background-color: rgb(242,29,27); }
div.DivClassName
{
background-color: #F21D1B;
}
.BgClassName
{
background-color: #F21D1B;
}
</style>
border-color css
<style>
span { border-color: #F21D1B; }
span { border-color: rgb(242,29,27); }
td.TdClassName
{
border-color: #F21D1B;
}
.TagClassName
{
border-color: #F21D1B;
}
</style>