Shades of Scarlet #F32700
Tints of Scarlet #F32700
RGB
CMYK
RGB Variations
Color information
#F32700 (or 0xF32700) is known color: Scarlet. HEX triplet: F3, 27 and 00. RGB value is (243,39,0). Sum of RGB (Red+Green+Blue) = 243+39+0=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F32700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32700 is #0CD8FF. Grayscale: #5F5F5F. Windows color (decimal): -841984 or 10227. OLE color: 10227.
HSL color Cylindrical-coordinate representation of color #F32700: hue angle of 9.63º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F32700 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.05 |
| HSL | 9.63º | 1% | 0.48% | - |
| HSV(B) | 9.63º | 1% | 0.95% | - |
| XYZ | 37.69 | 20.51 | 1.97 | - |
| YUV | 95.55 | 74.09 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 0 | 0 | 0.84 | 1 | 0.05 | 9.63 | 1 | 0.48 |
| Hex | F3 | 27 | 0 | 0 | 54 | 64 | 5 | A | 64 | 30 |
| Octal | 363 | 47 | 0 | 0 | 124 | 144 | 5 | 12 | 144 | 60 |
| Binary | 11110011 | 100111 | 0 | 0 | 1010100 | 1100100 | 101 | 1010 | 1100100 | 110000 |
Color Harmonies of #F32700
Complementary color
Monochromatic Colors of #F32700
Black with #F32700
Text Example
Text Example
White with #F32700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32700; }
p { color: rgb(243,39,0); }
H1.HeaderClassName
{
color: #F32700;
}
.AnyTagClassName
{
color: #F32700;
}
</style>
background-color css
<style>
a { background-color: #F32700; }
a { background-color: rgb(243,39,0); }
div.DivClassName
{
background-color: #F32700;
}
.BgClassName
{
background-color: #F32700;
}
</style>
border-color css
<style>
span { border-color: #F32700; }
span { border-color: rgb(243,39,0); }
td.TdClassName
{
border-color: #F32700;
}
.TagClassName
{
border-color: #F32700;
}
</style>