Shades of Scarlet #F23615
Tints of Scarlet #F23615
RGB
CMYK
RGB Variations
Color information
#F23615 (or 0xF23615) is known color: Scarlet. HEX triplet: F2, 36 and 15. RGB value is (242,54,21). Sum of RGB (Red+Green+Blue) = 242+54+21=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F23615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23615 is #0DC9EA. Grayscale: #6A6A6A. Windows color (decimal): -903659 or 1390322. OLE color: 1390322.
HSL color Cylindrical-coordinate representation of color #F23615: hue angle of 8.96º 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 #F23615 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 21 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.05 |
| HSL | 8.96º | 0.89% | 0.52% | - |
| HSV(B) | 8.96º | 0.91% | 0.95% | - |
| XYZ | 38.07 | 21.57 | 2.87 | - |
| YUV | 106.45 | 79.78 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 21 | 0 | 0.78 | 0.91 | 0.05 | 8.96 | 0.89 | 0.52 |
| Hex | F2 | 36 | 15 | 0 | 4E | 5B | 5 | 9 | 59 | 34 |
| Octal | 362 | 66 | 25 | 0 | 116 | 133 | 5 | 11 | 131 | 64 |
| Binary | 11110010 | 110110 | 10101 | 0 | 1001110 | 1011011 | 101 | 1001 | 1011001 | 110100 |
Color Harmonies of #F23615
Complementary color
Monochromatic Colors of #F23615
Black with #F23615
Text Example
Text Example
White with #F23615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23615; }
p { color: rgb(242,54,21); }
H1.HeaderClassName
{
color: #F23615;
}
.AnyTagClassName
{
color: #F23615;
}
</style>
background-color css
<style>
a { background-color: #F23615; }
a { background-color: rgb(242,54,21); }
div.DivClassName
{
background-color: #F23615;
}
.BgClassName
{
background-color: #F23615;
}
</style>
border-color css
<style>
span { border-color: #F23615; }
span { border-color: rgb(242,54,21); }
td.TdClassName
{
border-color: #F23615;
}
.TagClassName
{
border-color: #F23615;
}
</style>