Shades of Scarlet #F2280D
Tints of Scarlet #F2280D
RGB
CMYK
RGB Variations
Color information
#F2280D (or 0xF2280D) is known color: Scarlet. HEX triplet: F2, 28 and 0D. RGB value is (242,40,13). Sum of RGB (Red+Green+Blue) = 242+40+13=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F2280D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2280D is #0DD7F2. Grayscale: #616161. Windows color (decimal): -907251 or 862450. OLE color: 862450.
HSL color Cylindrical-coordinate representation of color #F2280D: hue angle of 7.07º 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 #F2280D is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 13 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.05 |
| HSL | 7.07º | 0.9% | 0.5% | - |
| HSV(B) | 7.07º | 0.95% | 0.95% | - |
| XYZ | 37.45 | 20.42 | 2.35 | - |
| YUV | 97.32 | 80.42 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 13 | 0 | 0.83 | 0.95 | 0.05 | 7.07 | 0.9 | 0.5 |
| Hex | F2 | 28 | D | 0 | 53 | 5F | 5 | 7 | 5A | 32 |
| Octal | 362 | 50 | 15 | 0 | 123 | 137 | 5 | 7 | 132 | 62 |
| Binary | 11110010 | 101000 | 1101 | 0 | 1010011 | 1011111 | 101 | 111 | 1011010 | 110010 |
Color Harmonies of #F2280D
Complementary color
Monochromatic Colors of #F2280D
Black with #F2280D
Text Example
Text Example
White with #F2280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2280D; }
p { color: rgb(242,40,13); }
H1.HeaderClassName
{
color: #F2280D;
}
.AnyTagClassName
{
color: #F2280D;
}
</style>
background-color css
<style>
a { background-color: #F2280D; }
a { background-color: rgb(242,40,13); }
div.DivClassName
{
background-color: #F2280D;
}
.BgClassName
{
background-color: #F2280D;
}
</style>
border-color css
<style>
span { border-color: #F2280D; }
span { border-color: rgb(242,40,13); }
td.TdClassName
{
border-color: #F2280D;
}
.TagClassName
{
border-color: #F2280D;
}
</style>