Shades of Scarlet #F33100
Tints of Scarlet #F33100
RGB
CMYK
RGB Variations
Color information
#F33100 (or 0xF33100) is known color: Scarlet. HEX triplet: F3, 31 and 00. RGB value is (243,49,0). Sum of RGB (Red+Green+Blue) = 243+49+0=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F33100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33100 is #0CCEFF. Grayscale: #656565. Windows color (decimal): -839424 or 12787. OLE color: 12787.
HSL color Cylindrical-coordinate representation of color #F33100: hue angle of 12.1º 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 #F33100 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.05 |
| HSL | 12.1º | 1% | 0.48% | - |
| HSV(B) | 12.1º | 1% | 0.95% | - |
| XYZ | 38.06 | 21.25 | 2.1 | - |
| YUV | 101.42 | 70.77 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 0 | 0 | 0.80 | 1 | 0.05 | 12.1 | 1 | 0.48 |
| Hex | F3 | 31 | 0 | 0 | 50 | 64 | 5 | C | 64 | 30 |
| Octal | 363 | 61 | 0 | 0 | 120 | 144 | 5 | 14 | 144 | 60 |
| Binary | 11110011 | 110001 | 0 | 0 | 1010000 | 1100100 | 101 | 1100 | 1100100 | 110000 |
Color Harmonies of #F33100
Complementary color
Monochromatic Colors of #F33100
Black with #F33100
Text Example
Text Example
White with #F33100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33100; }
p { color: rgb(243,49,0); }
H1.HeaderClassName
{
color: #F33100;
}
.AnyTagClassName
{
color: #F33100;
}
</style>
background-color css
<style>
a { background-color: #F33100; }
a { background-color: rgb(243,49,0); }
div.DivClassName
{
background-color: #F33100;
}
.BgClassName
{
background-color: #F33100;
}
</style>
border-color css
<style>
span { border-color: #F33100; }
span { border-color: rgb(243,49,0); }
td.TdClassName
{
border-color: #F33100;
}
.TagClassName
{
border-color: #F33100;
}
</style>