Shades of Scarlet #F33403
Tints of Scarlet #F33403
RGB
CMYK
RGB Variations
Color information
#F33403 (or 0xF33403) is known color: Scarlet. HEX triplet: F3, 34 and 03. RGB value is (243,52,3). Sum of RGB (Red+Green+Blue) = 243+52+3=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F33403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33403 is #0CCBFC. Grayscale: #676767. Windows color (decimal): -838653 or 210163. OLE color: 210163.
HSL color Cylindrical-coordinate representation of color #F33403: hue angle of 12.25º 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 #F33403 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 3 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.05 |
| HSL | 12.25º | 0.98% | 0.48% | - |
| HSV(B) | 12.25º | 0.99% | 0.95% | - |
| XYZ | 38.21 | 21.52 | 2.23 | - |
| YUV | 103.52 | 71.28 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 3 | 0 | 0.79 | 0.99 | 0.05 | 12.25 | 0.98 | 0.48 |
| Hex | F3 | 34 | 3 | 0 | 4F | 63 | 5 | C | 62 | 30 |
| Octal | 363 | 64 | 3 | 0 | 117 | 143 | 5 | 14 | 142 | 60 |
| Binary | 11110011 | 110100 | 11 | 0 | 1001111 | 1100011 | 101 | 1100 | 1100010 | 110000 |
Color Harmonies of #F33403
Complementary color
Monochromatic Colors of #F33403
Black with #F33403
Text Example
Text Example
White with #F33403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33403; }
p { color: rgb(243,52,3); }
H1.HeaderClassName
{
color: #F33403;
}
.AnyTagClassName
{
color: #F33403;
}
</style>
background-color css
<style>
a { background-color: #F33403; }
a { background-color: rgb(243,52,3); }
div.DivClassName
{
background-color: #F33403;
}
.BgClassName
{
background-color: #F33403;
}
</style>
border-color css
<style>
span { border-color: #F33403; }
span { border-color: rgb(243,52,3); }
td.TdClassName
{
border-color: #F33403;
}
.TagClassName
{
border-color: #F33403;
}
</style>