Shades of Scarlet #F32307
Tints of Scarlet #F32307
RGB
CMYK
RGB Variations
Color information
#F32307 (or 0xF32307) is known color: Scarlet. HEX triplet: F3, 23 and 07. RGB value is (243,35,7). Sum of RGB (Red+Green+Blue) = 243+35+7=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F32307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32307 is #0CDCF8. Grayscale: #5E5E5E. Windows color (decimal): -843001 or 467955. OLE color: 467955.
HSL color Cylindrical-coordinate representation of color #F32307: hue angle of 7.12º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F32307 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.05 |
| HSL | 7.12º | 0.94% | 0.49% | - |
| HSV(B) | 7.12º | 0.97% | 0.95% | - |
| XYZ | 37.6 | 20.27 | 2.13 | - |
| YUV | 94 | 78.91 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 7 | 0 | 0.86 | 0.97 | 0.05 | 7.12 | 0.94 | 0.49 |
| Hex | F3 | 23 | 7 | 0 | 56 | 61 | 5 | 7 | 5E | 31 |
| Octal | 363 | 43 | 7 | 0 | 126 | 141 | 5 | 7 | 136 | 61 |
| Binary | 11110011 | 100011 | 111 | 0 | 1010110 | 1100001 | 101 | 111 | 1011110 | 110001 |
Color Harmonies of #F32307
Complementary color
Monochromatic Colors of #F32307
Black with #F32307
Text Example
Text Example
White with #F32307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32307; }
p { color: rgb(243,35,7); }
H1.HeaderClassName
{
color: #F32307;
}
.AnyTagClassName
{
color: #F32307;
}
</style>
background-color css
<style>
a { background-color: #F32307; }
a { background-color: rgb(243,35,7); }
div.DivClassName
{
background-color: #F32307;
}
.BgClassName
{
background-color: #F32307;
}
</style>
border-color css
<style>
span { border-color: #F32307; }
span { border-color: rgb(243,35,7); }
td.TdClassName
{
border-color: #F32307;
}
.TagClassName
{
border-color: #F32307;
}
</style>