Shades of Scarlet #F32706
Tints of Scarlet #F32706
RGB
CMYK
RGB Variations
Color information
#F32706 (or 0xF32706) is known color: Scarlet. HEX triplet: F3, 27 and 06. RGB value is (243,39,6). Sum of RGB (Red+Green+Blue) = 243+39+6=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F32706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32706 is #0CD8F9. Grayscale: #606060. Windows color (decimal): -841978 or 403443. OLE color: 403443.
HSL color Cylindrical-coordinate representation of color #F32706: hue angle of 8.35º 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 #F32706 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 6 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.05 |
| HSL | 8.35º | 0.95% | 0.49% | - |
| HSV(B) | 8.35º | 0.98% | 0.95% | - |
| XYZ | 37.72 | 20.52 | 2.14 | - |
| YUV | 96.23 | 77.09 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 6 | 0 | 0.84 | 0.98 | 0.05 | 8.35 | 0.95 | 0.49 |
| Hex | F3 | 27 | 6 | 0 | 54 | 62 | 5 | 8 | 5F | 31 |
| Octal | 363 | 47 | 6 | 0 | 124 | 142 | 5 | 10 | 137 | 61 |
| Binary | 11110011 | 100111 | 110 | 0 | 1010100 | 1100010 | 101 | 1000 | 1011111 | 110001 |
Color Harmonies of #F32706
Complementary color
Monochromatic Colors of #F32706
Black with #F32706
Text Example
Text Example
White with #F32706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32706; }
p { color: rgb(243,39,6); }
H1.HeaderClassName
{
color: #F32706;
}
.AnyTagClassName
{
color: #F32706;
}
</style>
background-color css
<style>
a { background-color: #F32706; }
a { background-color: rgb(243,39,6); }
div.DivClassName
{
background-color: #F32706;
}
.BgClassName
{
background-color: #F32706;
}
</style>
border-color css
<style>
span { border-color: #F32706; }
span { border-color: rgb(243,39,6); }
td.TdClassName
{
border-color: #F32706;
}
.TagClassName
{
border-color: #F32706;
}
</style>