Shades of Scarlet #F32207
Tints of Scarlet #F32207
RGB
CMYK
RGB Variations
Color information
#F32207 (or 0xF32207) is known color: Scarlet. HEX triplet: F3, 22 and 07. RGB value is (243,34,7). Sum of RGB (Red+Green+Blue) = 243+34+7=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F32207 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32207 is #0CDDF8. Grayscale: #5D5D5D. Windows color (decimal): -843257 or 467699. OLE color: 467699.
HSL color Cylindrical-coordinate representation of color #F32207: hue angle of 6.86º 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 #F32207 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.05 |
| HSL | 6.86º | 0.94% | 0.49% | - |
| HSV(B) | 6.86º | 0.97% | 0.95% | - |
| XYZ | 37.57 | 20.21 | 2.12 | - |
| YUV | 93.41 | 79.24 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 7 | 0 | 0.86 | 0.97 | 0.05 | 6.86 | 0.94 | 0.49 |
| Hex | F3 | 22 | 7 | 0 | 56 | 61 | 5 | 7 | 5E | 31 |
| Octal | 363 | 42 | 7 | 0 | 126 | 141 | 5 | 7 | 136 | 61 |
| Binary | 11110011 | 100010 | 111 | 0 | 1010110 | 1100001 | 101 | 111 | 1011110 | 110001 |
Color Harmonies of #F32207
Complementary color
Monochromatic Colors of #F32207
Black with #F32207
Text Example
Text Example
White with #F32207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32207; }
p { color: rgb(243,34,7); }
H1.HeaderClassName
{
color: #F32207;
}
.AnyTagClassName
{
color: #F32207;
}
</style>
background-color css
<style>
a { background-color: #F32207; }
a { background-color: rgb(243,34,7); }
div.DivClassName
{
background-color: #F32207;
}
.BgClassName
{
background-color: #F32207;
}
</style>
border-color css
<style>
span { border-color: #F32207; }
span { border-color: rgb(243,34,7); }
td.TdClassName
{
border-color: #F32207;
}
.TagClassName
{
border-color: #F32207;
}
</style>