Shades of Scarlet #F2281A
Tints of Scarlet #F2281A
RGB
CMYK
RGB Variations
Color information
#F2281A (or 0xF2281A) is known color: Scarlet. HEX triplet: F2, 28 and 1A. RGB value is (242,40,26). Sum of RGB (Red+Green+Blue) = 242+40+26=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F2281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2281A is #0DD7E5. Grayscale: #636363. Windows color (decimal): -907238 or 1714418. OLE color: 1714418.
HSL color Cylindrical-coordinate representation of color #F2281A: hue angle of 3.89º 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 #F2281A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.05 |
| HSL | 3.89º | 0.89% | 0.53% | - |
| HSV(B) | 3.89º | 0.89% | 0.95% | - |
| XYZ | 37.56 | 20.47 | 2.95 | - |
| YUV | 98.8 | 86.92 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 26 | 0 | 0.83 | 0.89 | 0.05 | 3.89 | 0.89 | 0.53 |
| Hex | F2 | 28 | 1A | 0 | 53 | 59 | 5 | 4 | 59 | 35 |
| Octal | 362 | 50 | 32 | 0 | 123 | 131 | 5 | 4 | 131 | 65 |
| Binary | 11110010 | 101000 | 11010 | 0 | 1010011 | 1011001 | 101 | 100 | 1011001 | 110101 |
Color Harmonies of #F2281A
Complementary color
Monochromatic Colors of #F2281A
Black with #F2281A
Text Example
Text Example
White with #F2281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2281A; }
p { color: rgb(242,40,26); }
H1.HeaderClassName
{
color: #F2281A;
}
.AnyTagClassName
{
color: #F2281A;
}
</style>
background-color css
<style>
a { background-color: #F2281A; }
a { background-color: rgb(242,40,26); }
div.DivClassName
{
background-color: #F2281A;
}
.BgClassName
{
background-color: #F2281A;
}
</style>
border-color css
<style>
span { border-color: #F2281A; }
span { border-color: rgb(242,40,26); }
td.TdClassName
{
border-color: #F2281A;
}
.TagClassName
{
border-color: #F2281A;
}
</style>