Shades of Scarlet #F3320D
Tints of Scarlet #F3320D
RGB
CMYK
RGB Variations
Color information
#F3320D (or 0xF3320D) is known color: Scarlet. HEX triplet: F3, 32 and 0D. RGB value is (243,50,13). Sum of RGB (Red+Green+Blue) = 243+50+13=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F3320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3320D is #0CCDF2. Grayscale: #676767. Windows color (decimal): -839155 or 865011. OLE color: 865011.
HSL color Cylindrical-coordinate representation of color #F3320D: hue angle of 9.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3320D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.05 |
| HSL | 9.65º | 0.91% | 0.5% | - |
| HSV(B) | 9.65º | 0.95% | 0.95% | - |
| XYZ | 38.18 | 21.36 | 2.49 | - |
| YUV | 103.49 | 76.94 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 13 | 0 | 0.79 | 0.95 | 0.05 | 9.65 | 0.91 | 0.5 |
| Hex | F3 | 32 | D | 0 | 4F | 5F | 5 | A | 5B | 32 |
| Octal | 363 | 62 | 15 | 0 | 117 | 137 | 5 | 12 | 133 | 62 |
| Binary | 11110011 | 110010 | 1101 | 0 | 1001111 | 1011111 | 101 | 1010 | 1011011 | 110010 |
Color Harmonies of #F3320D
Complementary color
Monochromatic Colors of #F3320D
Black with #F3320D
Text Example
Text Example
White with #F3320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3320D; }
p { color: rgb(243,50,13); }
H1.HeaderClassName
{
color: #F3320D;
}
.AnyTagClassName
{
color: #F3320D;
}
</style>
background-color css
<style>
a { background-color: #F3320D; }
a { background-color: rgb(243,50,13); }
div.DivClassName
{
background-color: #F3320D;
}
.BgClassName
{
background-color: #F3320D;
}
</style>
border-color css
<style>
span { border-color: #F3320D; }
span { border-color: rgb(243,50,13); }
td.TdClassName
{
border-color: #F3320D;
}
.TagClassName
{
border-color: #F3320D;
}
</style>