Shades of Scarlet #F33102
Tints of Scarlet #F33102
RGB
CMYK
RGB Variations
Color information
#F33102 (or 0xF33102) is known color: Scarlet. HEX triplet: F3, 31 and 02. RGB value is (243,49,2). Sum of RGB (Red+Green+Blue) = 243+49+2=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F33102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33102 is #0CCEFD. Grayscale: #666666. Windows color (decimal): -839422 or 143859. OLE color: 143859.
HSL color Cylindrical-coordinate representation of color #F33102: hue angle of 11.7º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F33102 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.05 |
| HSL | 11.7º | 0.98% | 0.48% | - |
| HSV(B) | 11.7º | 0.99% | 0.95% | - |
| XYZ | 38.07 | 21.26 | 2.15 | - |
| YUV | 101.65 | 71.77 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 2 | 0 | 0.80 | 0.99 | 0.05 | 11.7 | 0.98 | 0.48 |
| Hex | F3 | 31 | 2 | 0 | 50 | 63 | 5 | C | 62 | 30 |
| Octal | 363 | 61 | 2 | 0 | 120 | 143 | 5 | 14 | 142 | 60 |
| Binary | 11110011 | 110001 | 10 | 0 | 1010000 | 1100011 | 101 | 1100 | 1100010 | 110000 |
Color Harmonies of #F33102
Complementary color
Monochromatic Colors of #F33102
Black with #F33102
Text Example
Text Example
White with #F33102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33102; }
p { color: rgb(243,49,2); }
H1.HeaderClassName
{
color: #F33102;
}
.AnyTagClassName
{
color: #F33102;
}
</style>
background-color css
<style>
a { background-color: #F33102; }
a { background-color: rgb(243,49,2); }
div.DivClassName
{
background-color: #F33102;
}
.BgClassName
{
background-color: #F33102;
}
</style>
border-color css
<style>
span { border-color: #F33102; }
span { border-color: rgb(243,49,2); }
td.TdClassName
{
border-color: #F33102;
}
.TagClassName
{
border-color: #F33102;
}
</style>