Shades of Scarlet #F32200
Tints of Scarlet #F32200
RGB
CMYK
RGB Variations
Color information
#F32200 (or 0xF32200) is known color: Scarlet. HEX triplet: F3, 22 and 00. RGB value is (243,34,0). Sum of RGB (Red+Green+Blue) = 243+34+0=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F32200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32200 is #0CDDFF. Grayscale: #5C5C5C. Windows color (decimal): -843264 or 8947. OLE color: 8947.
HSL color Cylindrical-coordinate representation of color #F32200: hue angle of 8.4º 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 #F32200 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.05 |
| HSL | 8.4º | 1% | 0.48% | - |
| HSV(B) | 8.4º | 1% | 0.95% | - |
| XYZ | 37.53 | 20.2 | 1.92 | - |
| YUV | 92.62 | 75.74 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 0 | 0 | 0.86 | 1 | 0.05 | 8.4 | 1 | 0.48 |
| Hex | F3 | 22 | 0 | 0 | 56 | 64 | 5 | 8 | 64 | 30 |
| Octal | 363 | 42 | 0 | 0 | 126 | 144 | 5 | 10 | 144 | 60 |
| Binary | 11110011 | 100010 | 0 | 0 | 1010110 | 1100100 | 101 | 1000 | 1100100 | 110000 |
Color Harmonies of #F32200
Complementary color
Monochromatic Colors of #F32200
Black with #F32200
Text Example
Text Example
White with #F32200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32200; }
p { color: rgb(243,34,0); }
H1.HeaderClassName
{
color: #F32200;
}
.AnyTagClassName
{
color: #F32200;
}
</style>
background-color css
<style>
a { background-color: #F32200; }
a { background-color: rgb(243,34,0); }
div.DivClassName
{
background-color: #F32200;
}
.BgClassName
{
background-color: #F32200;
}
</style>
border-color css
<style>
span { border-color: #F32200; }
span { border-color: rgb(243,34,0); }
td.TdClassName
{
border-color: #F32200;
}
.TagClassName
{
border-color: #F32200;
}
</style>