Shades of Scarlet #F52A0B
Tints of Scarlet #F52A0B
RGB
CMYK
RGB Variations
Color information
#F52A0B (or 0xF52A0B) is known color: Scarlet. HEX triplet: F5, 2A and 0B. RGB value is (245,42,11). Sum of RGB (Red+Green+Blue) = 245+42+11=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F52A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52A0B is #0AD5F4. Grayscale: #636363. Windows color (decimal): -710133 or 731893. OLE color: 731893.
HSL color Cylindrical-coordinate representation of color #F52A0B: hue angle of 7.95º 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 #F52A0B is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 11 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.04 |
| HSL | 7.95º | 0.92% | 0.5% | - |
| HSV(B) | 7.95º | 0.96% | 0.96% | - |
| XYZ | 38.54 | 21.09 | 2.36 | - |
| YUV | 99.16 | 78.25 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 11 | 0 | 0.83 | 0.96 | 0.04 | 7.95 | 0.92 | 0.5 |
| Hex | F5 | 2A | B | 0 | 53 | 60 | 4 | 8 | 5C | 32 |
| Octal | 365 | 52 | 13 | 0 | 123 | 140 | 4 | 10 | 134 | 62 |
| Binary | 11110101 | 101010 | 1011 | 0 | 1010011 | 1100000 | 100 | 1000 | 1011100 | 110010 |
Color Harmonies of #F52A0B
Complementary color
Monochromatic Colors of #F52A0B
Black with #F52A0B
Text Example
Text Example
White with #F52A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52A0B; }
p { color: rgb(245,42,11); }
H1.HeaderClassName
{
color: #F52A0B;
}
.AnyTagClassName
{
color: #F52A0B;
}
</style>
background-color css
<style>
a { background-color: #F52A0B; }
a { background-color: rgb(245,42,11); }
div.DivClassName
{
background-color: #F52A0B;
}
.BgClassName
{
background-color: #F52A0B;
}
</style>
border-color css
<style>
span { border-color: #F52A0B; }
span { border-color: rgb(245,42,11); }
td.TdClassName
{
border-color: #F52A0B;
}
.TagClassName
{
border-color: #F52A0B;
}
</style>