Shades of Scarlet #F33417
Tints of Scarlet #F33417
RGB
CMYK
RGB Variations
Color information
#F33417 (or 0xF33417) is known color: Scarlet. HEX triplet: F3, 34 and 17. RGB value is (243,52,23). Sum of RGB (Red+Green+Blue) = 243+52+23=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F33417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33417 is #0CCBE8. Grayscale: #6A6A6A. Windows color (decimal): -838633 or 1520883. OLE color: 1520883.
HSL color Cylindrical-coordinate representation of color #F33417: hue angle of 7.91º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F33417 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 23 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.05 |
| HSL | 7.91º | 0.9% | 0.52% | - |
| HSV(B) | 7.91º | 0.91% | 0.95% | - |
| XYZ | 38.34 | 21.57 | 2.95 | - |
| YUV | 105.8 | 81.28 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 23 | 0 | 0.79 | 0.91 | 0.05 | 7.91 | 0.9 | 0.52 |
| Hex | F3 | 34 | 17 | 0 | 4F | 5B | 5 | 8 | 5A | 34 |
| Octal | 363 | 64 | 27 | 0 | 117 | 133 | 5 | 10 | 132 | 64 |
| Binary | 11110011 | 110100 | 10111 | 0 | 1001111 | 1011011 | 101 | 1000 | 1011010 | 110100 |
Color Harmonies of #F33417
Complementary color
Monochromatic Colors of #F33417
Black with #F33417
Text Example
Text Example
White with #F33417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33417; }
p { color: rgb(243,52,23); }
H1.HeaderClassName
{
color: #F33417;
}
.AnyTagClassName
{
color: #F33417;
}
</style>
background-color css
<style>
a { background-color: #F33417; }
a { background-color: rgb(243,52,23); }
div.DivClassName
{
background-color: #F33417;
}
.BgClassName
{
background-color: #F33417;
}
</style>
border-color css
<style>
span { border-color: #F33417; }
span { border-color: rgb(243,52,23); }
td.TdClassName
{
border-color: #F33417;
}
.TagClassName
{
border-color: #F33417;
}
</style>