Shades of Scarlet #F52512
Tints of Scarlet #F52512
RGB
CMYK
RGB Variations
Color information
#F52512 (or 0xF52512) is known color: Scarlet. HEX triplet: F5, 25 and 12. RGB value is (245,37,18). Sum of RGB (Red+Green+Blue) = 245+37+18=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F52512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52512 is #0ADAED. Grayscale: #616161. Windows color (decimal): -711406 or 1189365. OLE color: 1189365.
HSL color Cylindrical-coordinate representation of color #F52512: hue angle of 5.02º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F52512 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.04 |
| HSL | 5.02º | 0.92% | 0.52% | - |
| HSV(B) | 5.02º | 0.93% | 0.96% | - |
| XYZ | 38.43 | 20.78 | 2.56 | - |
| YUV | 97.03 | 83.41 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 18 | 0 | 0.85 | 0.93 | 0.04 | 5.02 | 0.92 | 0.52 |
| Hex | F5 | 25 | 12 | 0 | 55 | 5D | 4 | 5 | 5C | 34 |
| Octal | 365 | 45 | 22 | 0 | 125 | 135 | 4 | 5 | 134 | 64 |
| Binary | 11110101 | 100101 | 10010 | 0 | 1010101 | 1011101 | 100 | 101 | 1011100 | 110100 |
Color Harmonies of #F52512
Complementary color
Monochromatic Colors of #F52512
Black with #F52512
Text Example
Text Example
White with #F52512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52512; }
p { color: rgb(245,37,18); }
H1.HeaderClassName
{
color: #F52512;
}
.AnyTagClassName
{
color: #F52512;
}
</style>
background-color css
<style>
a { background-color: #F52512; }
a { background-color: rgb(245,37,18); }
div.DivClassName
{
background-color: #F52512;
}
.BgClassName
{
background-color: #F52512;
}
</style>
border-color css
<style>
span { border-color: #F52512; }
span { border-color: rgb(245,37,18); }
td.TdClassName
{
border-color: #F52512;
}
.TagClassName
{
border-color: #F52512;
}
</style>