Shades of Scarlet #F3200A
Tints of Scarlet #F3200A
RGB
CMYK
RGB Variations
Color information
#F3200A (or 0xF3200A) is known color: Scarlet. HEX triplet: F3, 20 and 0A. RGB value is (243,32,10). Sum of RGB (Red+Green+Blue) = 243+32+10=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F3200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3200A is #0CDFF5. Grayscale: #5C5C5C. Windows color (decimal): -843766 or 663795. OLE color: 663795.
HSL color Cylindrical-coordinate representation of color #F3200A: hue angle of 5.67º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3200A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.05 |
| HSL | 5.67º | 0.92% | 0.5% | - |
| HSV(B) | 5.67º | 0.96% | 0.95% | - |
| XYZ | 37.53 | 20.11 | 2.19 | - |
| YUV | 92.58 | 81.4 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 10 | 0 | 0.87 | 0.96 | 0.05 | 5.67 | 0.92 | 0.5 |
| Hex | F3 | 20 | A | 0 | 57 | 60 | 5 | 6 | 5C | 32 |
| Octal | 363 | 40 | 12 | 0 | 127 | 140 | 5 | 6 | 134 | 62 |
| Binary | 11110011 | 100000 | 1010 | 0 | 1010111 | 1100000 | 101 | 110 | 1011100 | 110010 |
Color Harmonies of #F3200A
Complementary color
Monochromatic Colors of #F3200A
Black with #F3200A
Text Example
Text Example
White with #F3200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3200A; }
p { color: rgb(243,32,10); }
H1.HeaderClassName
{
color: #F3200A;
}
.AnyTagClassName
{
color: #F3200A;
}
</style>
background-color css
<style>
a { background-color: #F3200A; }
a { background-color: rgb(243,32,10); }
div.DivClassName
{
background-color: #F3200A;
}
.BgClassName
{
background-color: #F3200A;
}
</style>
border-color css
<style>
span { border-color: #F3200A; }
span { border-color: rgb(243,32,10); }
td.TdClassName
{
border-color: #F3200A;
}
.TagClassName
{
border-color: #F3200A;
}
</style>