Shades of Scarlet #F22615
Tints of Scarlet #F22615
RGB
CMYK
RGB Variations
Color information
#F22615 (or 0xF22615) is known color: Scarlet. HEX triplet: F2, 26 and 15. RGB value is (242,38,21). Sum of RGB (Red+Green+Blue) = 242+38+21=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F22615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22615 is #0DD9EA. Grayscale: #616161. Windows color (decimal): -907755 or 1386226. OLE color: 1386226.
HSL color Cylindrical-coordinate representation of color #F22615: hue angle of 4.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F22615 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 21 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.05 |
| HSL | 4.62º | 0.89% | 0.52% | - |
| HSV(B) | 4.62º | 0.91% | 0.95% | - |
| XYZ | 37.45 | 20.32 | 2.66 | - |
| YUV | 97.06 | 85.09 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 21 | 0 | 0.84 | 0.91 | 0.05 | 4.62 | 0.89 | 0.52 |
| Hex | F2 | 26 | 15 | 0 | 54 | 5B | 5 | 5 | 59 | 34 |
| Octal | 362 | 46 | 25 | 0 | 124 | 133 | 5 | 5 | 131 | 64 |
| Binary | 11110010 | 100110 | 10101 | 0 | 1010100 | 1011011 | 101 | 101 | 1011001 | 110100 |
Color Harmonies of #F22615
Complementary color
Monochromatic Colors of #F22615
Black with #F22615
Text Example
Text Example
White with #F22615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22615; }
p { color: rgb(242,38,21); }
H1.HeaderClassName
{
color: #F22615;
}
.AnyTagClassName
{
color: #F22615;
}
</style>
background-color css
<style>
a { background-color: #F22615; }
a { background-color: rgb(242,38,21); }
div.DivClassName
{
background-color: #F22615;
}
.BgClassName
{
background-color: #F22615;
}
</style>
border-color css
<style>
span { border-color: #F22615; }
span { border-color: rgb(242,38,21); }
td.TdClassName
{
border-color: #F22615;
}
.TagClassName
{
border-color: #F22615;
}
</style>