Shades of Scarlet #F23617
Tints of Scarlet #F23617
RGB
CMYK
RGB Variations
Color information
#F23617 (or 0xF23617) is known color: Scarlet. HEX triplet: F2, 36 and 17. RGB value is (242,54,23). Sum of RGB (Red+Green+Blue) = 242+54+23=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F23617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23617 is #0DC9E8. Grayscale: #6A6A6A. Windows color (decimal): -903657 or 1521394. OLE color: 1521394.
HSL color Cylindrical-coordinate representation of color #F23617: hue angle of 8.49º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23617 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 23 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.05 |
| HSL | 8.49º | 0.89% | 0.52% | - |
| HSV(B) | 8.49º | 0.9% | 0.95% | - |
| XYZ | 38.09 | 21.58 | 2.97 | - |
| YUV | 106.68 | 80.78 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 23 | 0 | 0.78 | 0.90 | 0.05 | 8.49 | 0.89 | 0.52 |
| Hex | F2 | 36 | 17 | 0 | 4E | 5A | 5 | 8 | 59 | 34 |
| Octal | 362 | 66 | 27 | 0 | 116 | 132 | 5 | 10 | 131 | 64 |
| Binary | 11110010 | 110110 | 10111 | 0 | 1001110 | 1011010 | 101 | 1000 | 1011001 | 110100 |
Color Harmonies of #F23617
Complementary color
Monochromatic Colors of #F23617
Black with #F23617
Text Example
Text Example
White with #F23617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23617; }
p { color: rgb(242,54,23); }
H1.HeaderClassName
{
color: #F23617;
}
.AnyTagClassName
{
color: #F23617;
}
</style>
background-color css
<style>
a { background-color: #F23617; }
a { background-color: rgb(242,54,23); }
div.DivClassName
{
background-color: #F23617;
}
.BgClassName
{
background-color: #F23617;
}
</style>
border-color css
<style>
span { border-color: #F23617; }
span { border-color: rgb(242,54,23); }
td.TdClassName
{
border-color: #F23617;
}
.TagClassName
{
border-color: #F23617;
}
</style>