Shades of Scarlet #F52D12
Tints of Scarlet #F52D12
RGB
CMYK
RGB Variations
Color information
#F52D12 (or 0xF52D12) is known color: Scarlet. HEX triplet: F5, 2D and 12. RGB value is (245,45,18). Sum of RGB (Red+Green+Blue) = 245+45+18=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52D12 is #0AD2ED. Grayscale: #666666. Windows color (decimal): -709358 or 1191413. OLE color: 1191413.
HSL color Cylindrical-coordinate representation of color #F52D12: hue angle of 7.14º 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 #F52D12 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 18 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.04 |
| HSL | 7.14º | 0.92% | 0.52% | - |
| HSV(B) | 7.14º | 0.93% | 0.96% | - |
| XYZ | 38.7 | 21.33 | 2.65 | - |
| YUV | 101.72 | 80.76 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 18 | 0 | 0.82 | 0.93 | 0.04 | 7.14 | 0.92 | 0.52 |
| Hex | F5 | 2D | 12 | 0 | 52 | 5D | 4 | 7 | 5C | 34 |
| Octal | 365 | 55 | 22 | 0 | 122 | 135 | 4 | 7 | 134 | 64 |
| Binary | 11110101 | 101101 | 10010 | 0 | 1010010 | 1011101 | 100 | 111 | 1011100 | 110100 |
Color Harmonies of #F52D12
Complementary color
Monochromatic Colors of #F52D12
Black with #F52D12
Text Example
Text Example
White with #F52D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52D12; }
p { color: rgb(245,45,18); }
H1.HeaderClassName
{
color: #F52D12;
}
.AnyTagClassName
{
color: #F52D12;
}
</style>
background-color css
<style>
a { background-color: #F52D12; }
a { background-color: rgb(245,45,18); }
div.DivClassName
{
background-color: #F52D12;
}
.BgClassName
{
background-color: #F52D12;
}
</style>
border-color css
<style>
span { border-color: #F52D12; }
span { border-color: rgb(245,45,18); }
td.TdClassName
{
border-color: #F52D12;
}
.TagClassName
{
border-color: #F52D12;
}
</style>