Shades of Scarlet #F23511
Tints of Scarlet #F23511
RGB
CMYK
RGB Variations
Color information
#F23511 (or 0xF23511) is known color: Scarlet. HEX triplet: F2, 35 and 11. RGB value is (242,53,17). Sum of RGB (Red+Green+Blue) = 242+53+17=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F23511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23511 is #0DCAEE. Grayscale: #696969. Windows color (decimal): -903919 or 1127922. OLE color: 1127922.
HSL color Cylindrical-coordinate representation of color #F23511: hue angle of 9.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F23511 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.05 |
| HSL | 9.6º | 0.9% | 0.51% | - |
| HSV(B) | 9.6º | 0.93% | 0.95% | - |
| XYZ | 37.99 | 21.46 | 2.67 | - |
| YUV | 105.41 | 78.12 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 17 | 0 | 0.78 | 0.93 | 0.05 | 9.6 | 0.9 | 0.51 |
| Hex | F2 | 35 | 11 | 0 | 4E | 5D | 5 | A | 5A | 33 |
| Octal | 362 | 65 | 21 | 0 | 116 | 135 | 5 | 12 | 132 | 63 |
| Binary | 11110010 | 110101 | 10001 | 0 | 1001110 | 1011101 | 101 | 1010 | 1011010 | 110011 |
Color Harmonies of #F23511
Complementary color
Monochromatic Colors of #F23511
Black with #F23511
Text Example
Text Example
White with #F23511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23511; }
p { color: rgb(242,53,17); }
H1.HeaderClassName
{
color: #F23511;
}
.AnyTagClassName
{
color: #F23511;
}
</style>
background-color css
<style>
a { background-color: #F23511; }
a { background-color: rgb(242,53,17); }
div.DivClassName
{
background-color: #F23511;
}
.BgClassName
{
background-color: #F23511;
}
</style>
border-color css
<style>
span { border-color: #F23511; }
span { border-color: rgb(242,53,17); }
td.TdClassName
{
border-color: #F23511;
}
.TagClassName
{
border-color: #F23511;
}
</style>