Shades of Scarlet #F52C0B
Tints of Scarlet #F52C0B
RGB
CMYK
RGB Variations
Color information
#F52C0B (or 0xF52C0B) is known color: Scarlet. HEX triplet: F5, 2C and 0B. RGB value is (245,44,11). Sum of RGB (Red+Green+Blue) = 245+44+11=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52C0B is #0AD3F4. Grayscale: #646464. Windows color (decimal): -709621 or 732405. OLE color: 732405.
HSL color Cylindrical-coordinate representation of color #F52C0B: hue angle of 8.46º 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 #F52C0B is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 11 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.04 |
| HSL | 8.46º | 0.92% | 0.5% | - |
| HSV(B) | 8.46º | 0.96% | 0.96% | - |
| XYZ | 38.62 | 21.24 | 2.38 | - |
| YUV | 100.34 | 77.59 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 11 | 0 | 0.82 | 0.96 | 0.04 | 8.46 | 0.92 | 0.5 |
| Hex | F5 | 2C | B | 0 | 52 | 60 | 4 | 8 | 5C | 32 |
| Octal | 365 | 54 | 13 | 0 | 122 | 140 | 4 | 10 | 134 | 62 |
| Binary | 11110101 | 101100 | 1011 | 0 | 1010010 | 1100000 | 100 | 1000 | 1011100 | 110010 |
Color Harmonies of #F52C0B
Complementary color
Monochromatic Colors of #F52C0B
Black with #F52C0B
Text Example
Text Example
White with #F52C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52C0B; }
p { color: rgb(245,44,11); }
H1.HeaderClassName
{
color: #F52C0B;
}
.AnyTagClassName
{
color: #F52C0B;
}
</style>
background-color css
<style>
a { background-color: #F52C0B; }
a { background-color: rgb(245,44,11); }
div.DivClassName
{
background-color: #F52C0B;
}
.BgClassName
{
background-color: #F52C0B;
}
</style>
border-color css
<style>
span { border-color: #F52C0B; }
span { border-color: rgb(245,44,11); }
td.TdClassName
{
border-color: #F52C0B;
}
.TagClassName
{
border-color: #F52C0B;
}
</style>