Shades of Scarlet #F32606
Tints of Scarlet #F32606
RGB
CMYK
RGB Variations
Color information
#F32606 (or 0xF32606) is known color: Scarlet. HEX triplet: F3, 26 and 06. RGB value is (243,38,6). Sum of RGB (Red+Green+Blue) = 243+38+6=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F32606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32606 is #0CD9F9. Grayscale: #5F5F5F. Windows color (decimal): -842234 or 403187. OLE color: 403187.
HSL color Cylindrical-coordinate representation of color #F32606: hue angle of 8.1º 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 #F32606 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 6 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.05 |
| HSL | 8.1º | 0.95% | 0.49% | - |
| HSV(B) | 8.1º | 0.98% | 0.95% | - |
| XYZ | 37.69 | 20.45 | 2.13 | - |
| YUV | 95.65 | 77.42 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 6 | 0 | 0.84 | 0.98 | 0.05 | 8.1 | 0.95 | 0.49 |
| Hex | F3 | 26 | 6 | 0 | 54 | 62 | 5 | 8 | 5F | 31 |
| Octal | 363 | 46 | 6 | 0 | 124 | 142 | 5 | 10 | 137 | 61 |
| Binary | 11110011 | 100110 | 110 | 0 | 1010100 | 1100010 | 101 | 1000 | 1011111 | 110001 |
Color Harmonies of #F32606
Complementary color
Monochromatic Colors of #F32606
Black with #F32606
Text Example
Text Example
White with #F32606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32606; }
p { color: rgb(243,38,6); }
H1.HeaderClassName
{
color: #F32606;
}
.AnyTagClassName
{
color: #F32606;
}
</style>
background-color css
<style>
a { background-color: #F32606; }
a { background-color: rgb(243,38,6); }
div.DivClassName
{
background-color: #F32606;
}
.BgClassName
{
background-color: #F32606;
}
</style>
border-color css
<style>
span { border-color: #F32606; }
span { border-color: rgb(243,38,6); }
td.TdClassName
{
border-color: #F32606;
}
.TagClassName
{
border-color: #F32606;
}
</style>