Shades of Scarlet #F32000
Tints of Scarlet #F32000
RGB
CMYK
RGB Variations
Color information
#F32000 (or 0xF32000) is known color: Scarlet. HEX triplet: F3, 20 and 00. RGB value is (243,32,0). Sum of RGB (Red+Green+Blue) = 243+32+0=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F32000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32000 is #0CDFFF. Grayscale: #5B5B5B. Windows color (decimal): -843776 or 8435. OLE color: 8435.
HSL color Cylindrical-coordinate representation of color #F32000: hue angle of 7.9º 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 #F32000 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.05 |
| HSL | 7.9º | 1% | 0.48% | - |
| HSV(B) | 7.9º | 1% | 0.95% | - |
| XYZ | 37.48 | 20.09 | 1.9 | - |
| YUV | 91.44 | 76.4 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 0 | 0 | 0.87 | 1 | 0.05 | 7.9 | 1 | 0.48 |
| Hex | F3 | 20 | 0 | 0 | 57 | 64 | 5 | 8 | 64 | 30 |
| Octal | 363 | 40 | 0 | 0 | 127 | 144 | 5 | 10 | 144 | 60 |
| Binary | 11110011 | 100000 | 0 | 0 | 1010111 | 1100100 | 101 | 1000 | 1100100 | 110000 |
Color Harmonies of #F32000
Complementary color
Monochromatic Colors of #F32000
Black with #F32000
Text Example
Text Example
White with #F32000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32000; }
p { color: rgb(243,32,0); }
H1.HeaderClassName
{
color: #F32000;
}
.AnyTagClassName
{
color: #F32000;
}
</style>
background-color css
<style>
a { background-color: #F32000; }
a { background-color: rgb(243,32,0); }
div.DivClassName
{
background-color: #F32000;
}
.BgClassName
{
background-color: #F32000;
}
</style>
border-color css
<style>
span { border-color: #F32000; }
span { border-color: rgb(243,32,0); }
td.TdClassName
{
border-color: #F32000;
}
.TagClassName
{
border-color: #F32000;
}
</style>