Shades of Scarlet #F52A1A
Tints of Scarlet #F52A1A
RGB
CMYK
RGB Variations
Color information
#F52A1A (or 0xF52A1A) is known color: Scarlet. HEX triplet: F5, 2A and 1A. RGB value is (245,42,26). Sum of RGB (Red+Green+Blue) = 245+42+26=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F52A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52A1A is #0AD5E5. Grayscale: #656565. Windows color (decimal): -710118 or 1714933. OLE color: 1714933.
HSL color Cylindrical-coordinate representation of color #F52A1A: hue angle of 4.38º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F52A1A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.04 |
| HSL | 4.38º | 0.92% | 0.53% | - |
| HSV(B) | 4.38º | 0.89% | 0.96% | - |
| XYZ | 38.67 | 21.14 | 3.02 | - |
| YUV | 100.87 | 85.75 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 26 | 0 | 0.83 | 0.89 | 0.04 | 4.38 | 0.92 | 0.53 |
| Hex | F5 | 2A | 1A | 0 | 53 | 59 | 4 | 4 | 5C | 35 |
| Octal | 365 | 52 | 32 | 0 | 123 | 131 | 4 | 4 | 134 | 65 |
| Binary | 11110101 | 101010 | 11010 | 0 | 1010011 | 1011001 | 100 | 100 | 1011100 | 110101 |
Color Harmonies of #F52A1A
Complementary color
Monochromatic Colors of #F52A1A
Black with #F52A1A
Text Example
Text Example
White with #F52A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52A1A; }
p { color: rgb(245,42,26); }
H1.HeaderClassName
{
color: #F52A1A;
}
.AnyTagClassName
{
color: #F52A1A;
}
</style>
background-color css
<style>
a { background-color: #F52A1A; }
a { background-color: rgb(245,42,26); }
div.DivClassName
{
background-color: #F52A1A;
}
.BgClassName
{
background-color: #F52A1A;
}
</style>
border-color css
<style>
span { border-color: #F52A1A; }
span { border-color: rgb(245,42,26); }
td.TdClassName
{
border-color: #F52A1A;
}
.TagClassName
{
border-color: #F52A1A;
}
</style>