Shades of Scarlet #F23304
Tints of Scarlet #F23304
RGB
CMYK
RGB Variations
Color information
#F23304 (or 0xF23304) is known color: Scarlet. HEX triplet: F2, 33 and 04. RGB value is (242,51,4). Sum of RGB (Red+Green+Blue) = 242+51+4=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F23304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23304 is #0DCCFB. Grayscale: #676767. Windows color (decimal): -904444 or 275442. OLE color: 275442.
HSL color Cylindrical-coordinate representation of color #F23304: hue angle of 11.85º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F23304 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.05 |
| HSL | 11.85º | 0.97% | 0.48% | - |
| HSV(B) | 11.85º | 0.98% | 0.95% | - |
| XYZ | 37.82 | 21.25 | 2.22 | - |
| YUV | 102.75 | 72.28 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 4 | 0 | 0.79 | 0.98 | 0.05 | 11.85 | 0.97 | 0.48 |
| Hex | F2 | 33 | 4 | 0 | 4F | 62 | 5 | C | 61 | 30 |
| Octal | 362 | 63 | 4 | 0 | 117 | 142 | 5 | 14 | 141 | 60 |
| Binary | 11110010 | 110011 | 100 | 0 | 1001111 | 1100010 | 101 | 1100 | 1100001 | 110000 |
Color Harmonies of #F23304
Complementary color
Monochromatic Colors of #F23304
Black with #F23304
Text Example
Text Example
White with #F23304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23304; }
p { color: rgb(242,51,4); }
H1.HeaderClassName
{
color: #F23304;
}
.AnyTagClassName
{
color: #F23304;
}
</style>
background-color css
<style>
a { background-color: #F23304; }
a { background-color: rgb(242,51,4); }
div.DivClassName
{
background-color: #F23304;
}
.BgClassName
{
background-color: #F23304;
}
</style>
border-color css
<style>
span { border-color: #F23304; }
span { border-color: rgb(242,51,4); }
td.TdClassName
{
border-color: #F23304;
}
.TagClassName
{
border-color: #F23304;
}
</style>