Shades of Scarlet #F2281D
Tints of Scarlet #F2281D
RGB
CMYK
RGB Variations
Color information
#F2281D (or 0xF2281D) is known color: Scarlet. HEX triplet: F2, 28 and 1D. RGB value is (242,40,29). Sum of RGB (Red+Green+Blue) = 242+40+29=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2281D is #0DD7E2. Grayscale: #636363. Windows color (decimal): -907235 or 1911026. OLE color: 1911026.
HSL color Cylindrical-coordinate representation of color #F2281D: hue angle of 3.1º 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 #F2281D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.05 |
| HSL | 3.1º | 0.89% | 0.53% | - |
| HSV(B) | 3.1º | 0.88% | 0.95% | - |
| XYZ | 37.6 | 20.48 | 3.13 | - |
| YUV | 99.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 29 | 0 | 0.83 | 0.88 | 0.05 | 3.1 | 0.89 | 0.53 |
| Hex | F2 | 28 | 1D | 0 | 53 | 58 | 5 | 3 | 59 | 35 |
| Octal | 362 | 50 | 35 | 0 | 123 | 130 | 5 | 3 | 131 | 65 |
| Binary | 11110010 | 101000 | 11101 | 0 | 1010011 | 1011000 | 101 | 11 | 1011001 | 110101 |
Color Harmonies of #F2281D
Complementary color
Monochromatic Colors of #F2281D
Black with #F2281D
Text Example
Text Example
White with #F2281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2281D; }
p { color: rgb(242,40,29); }
H1.HeaderClassName
{
color: #F2281D;
}
.AnyTagClassName
{
color: #F2281D;
}
</style>
background-color css
<style>
a { background-color: #F2281D; }
a { background-color: rgb(242,40,29); }
div.DivClassName
{
background-color: #F2281D;
}
.BgClassName
{
background-color: #F2281D;
}
</style>
border-color css
<style>
span { border-color: #F2281D; }
span { border-color: rgb(242,40,29); }
td.TdClassName
{
border-color: #F2281D;
}
.TagClassName
{
border-color: #F2281D;
}
</style>