Shades of Scarlet #F2320F
Tints of Scarlet #F2320F
RGB
CMYK
RGB Variations
Color information
#F2320F (or 0xF2320F) is known color: Scarlet. HEX triplet: F2, 32 and 0F. RGB value is (242,50,15). Sum of RGB (Red+Green+Blue) = 242+50+15=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2320F is #0DCDF0. Grayscale: #676767. Windows color (decimal): -904689 or 996082. OLE color: 996082.
HSL color Cylindrical-coordinate representation of color #F2320F: hue angle of 9.25º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2320F is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 15 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.05 |
| HSL | 9.25º | 0.9% | 0.5% | - |
| HSV(B) | 9.25º | 0.94% | 0.95% | - |
| XYZ | 37.84 | 21.19 | 2.55 | - |
| YUV | 103.42 | 78.11 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 15 | 0 | 0.79 | 0.94 | 0.05 | 9.25 | 0.9 | 0.5 |
| Hex | F2 | 32 | F | 0 | 4F | 5E | 5 | 9 | 5A | 32 |
| Octal | 362 | 62 | 17 | 0 | 117 | 136 | 5 | 11 | 132 | 62 |
| Binary | 11110010 | 110010 | 1111 | 0 | 1001111 | 1011110 | 101 | 1001 | 1011010 | 110010 |
Color Harmonies of #F2320F
Complementary color
Monochromatic Colors of #F2320F
Black with #F2320F
Text Example
Text Example
White with #F2320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2320F; }
p { color: rgb(242,50,15); }
H1.HeaderClassName
{
color: #F2320F;
}
.AnyTagClassName
{
color: #F2320F;
}
</style>
background-color css
<style>
a { background-color: #F2320F; }
a { background-color: rgb(242,50,15); }
div.DivClassName
{
background-color: #F2320F;
}
.BgClassName
{
background-color: #F2320F;
}
</style>
border-color css
<style>
span { border-color: #F2320F; }
span { border-color: rgb(242,50,15); }
td.TdClassName
{
border-color: #F2320F;
}
.TagClassName
{
border-color: #F2320F;
}
</style>