Shades of Scarlet #F32206
Tints of Scarlet #F32206
RGB
CMYK
RGB Variations
Color information
#F32206 (or 0xF32206) is known color: Scarlet. HEX triplet: F3, 22 and 06. RGB value is (243,34,6). Sum of RGB (Red+Green+Blue) = 243+34+6=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F32206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32206 is #0CDDF9. Grayscale: #5D5D5D. Windows color (decimal): -843258 or 402163. OLE color: 402163.
HSL color Cylindrical-coordinate representation of color #F32206: hue angle of 7.09º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F32206 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 6 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.05 |
| HSL | 7.09º | 0.95% | 0.49% | - |
| HSV(B) | 7.09º | 0.98% | 0.95% | - |
| XYZ | 37.57 | 20.21 | 2.09 | - |
| YUV | 93.3 | 78.74 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 6 | 0 | 0.86 | 0.98 | 0.05 | 7.09 | 0.95 | 0.49 |
| Hex | F3 | 22 | 6 | 0 | 56 | 62 | 5 | 7 | 5F | 31 |
| Octal | 363 | 42 | 6 | 0 | 126 | 142 | 5 | 7 | 137 | 61 |
| Binary | 11110011 | 100010 | 110 | 0 | 1010110 | 1100010 | 101 | 111 | 1011111 | 110001 |
Color Harmonies of #F32206
Complementary color
Monochromatic Colors of #F32206
Black with #F32206
Text Example
Text Example
White with #F32206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32206; }
p { color: rgb(243,34,6); }
H1.HeaderClassName
{
color: #F32206;
}
.AnyTagClassName
{
color: #F32206;
}
</style>
background-color css
<style>
a { background-color: #F32206; }
a { background-color: rgb(243,34,6); }
div.DivClassName
{
background-color: #F32206;
}
.BgClassName
{
background-color: #F32206;
}
</style>
border-color css
<style>
span { border-color: #F32206; }
span { border-color: rgb(243,34,6); }
td.TdClassName
{
border-color: #F32206;
}
.TagClassName
{
border-color: #F32206;
}
</style>