Shades of Scarlet #F5330B
Tints of Scarlet #F5330B
RGB
CMYK
RGB Variations
Color information
#F5330B (or 0xF5330B) is known color: Scarlet. HEX triplet: F5, 33 and 0B. RGB value is (245,51,11). Sum of RGB (Red+Green+Blue) = 245+51+11=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5330B is #0ACCF4. Grayscale: #686868. Windows color (decimal): -707829 or 734197. OLE color: 734197.
HSL color Cylindrical-coordinate representation of color #F5330B: hue angle of 10.26º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5330B is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 11 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.04 |
| HSL | 10.26º | 0.92% | 0.5% | - |
| HSV(B) | 10.26º | 0.96% | 0.96% | - |
| XYZ | 38.9 | 21.8 | 2.47 | - |
| YUV | 104.45 | 75.27 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 11 | 0 | 0.79 | 0.96 | 0.04 | 10.26 | 0.92 | 0.5 |
| Hex | F5 | 33 | B | 0 | 4F | 60 | 4 | A | 5C | 32 |
| Octal | 365 | 63 | 13 | 0 | 117 | 140 | 4 | 12 | 134 | 62 |
| Binary | 11110101 | 110011 | 1011 | 0 | 1001111 | 1100000 | 100 | 1010 | 1011100 | 110010 |
Color Harmonies of #F5330B
Complementary color
Monochromatic Colors of #F5330B
Black with #F5330B
Text Example
Text Example
White with #F5330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5330B; }
p { color: rgb(245,51,11); }
H1.HeaderClassName
{
color: #F5330B;
}
.AnyTagClassName
{
color: #F5330B;
}
</style>
background-color css
<style>
a { background-color: #F5330B; }
a { background-color: rgb(245,51,11); }
div.DivClassName
{
background-color: #F5330B;
}
.BgClassName
{
background-color: #F5330B;
}
</style>
border-color css
<style>
span { border-color: #F5330B; }
span { border-color: rgb(245,51,11); }
td.TdClassName
{
border-color: #F5330B;
}
.TagClassName
{
border-color: #F5330B;
}
</style>