Shades of Scarlet #F82A1C
Tints of Scarlet #F82A1C
RGB
CMYK
RGB Variations
Color information
#F82A1C (or 0xF82A1C) is known color: Scarlet. HEX triplet: F8, 2A and 1C. RGB value is (248,42,28). Sum of RGB (Red+Green+Blue) = 248+42+28=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A1C is #07D5E3. Grayscale: #666666. Windows color (decimal): -513508 or 1846008. OLE color: 1846008.
HSL color Cylindrical-coordinate representation of color #F82A1C: hue angle of 3.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F82A1C is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 42 | 28 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.03 |
| HSL | 3.82º | 0.94% | 0.54% | - |
| HSV(B) | 3.82º | 0.89% | 0.97% | - |
| XYZ | 39.75 | 21.7 | 3.19 | - |
| YUV | 102 | 86.25 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 42 | 28 | 0 | 0.83 | 0.89 | 0.03 | 3.82 | 0.94 | 0.54 |
| Hex | F8 | 2A | 1C | 0 | 53 | 59 | 3 | 4 | 5E | 36 |
| Octal | 370 | 52 | 34 | 0 | 123 | 131 | 3 | 4 | 136 | 66 |
| Binary | 11111000 | 101010 | 11100 | 0 | 1010011 | 1011001 | 11 | 100 | 1011110 | 110110 |
Color Harmonies of #F82A1C
Complementary color
Monochromatic Colors of #F82A1C
Black with #F82A1C
Text Example
Text Example
White with #F82A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82A1C; }
p { color: rgb(248,42,28); }
H1.HeaderClassName
{
color: #F82A1C;
}
.AnyTagClassName
{
color: #F82A1C;
}
</style>
background-color css
<style>
a { background-color: #F82A1C; }
a { background-color: rgb(248,42,28); }
div.DivClassName
{
background-color: #F82A1C;
}
.BgClassName
{
background-color: #F82A1C;
}
</style>
border-color css
<style>
span { border-color: #F82A1C; }
span { border-color: rgb(248,42,28); }
td.TdClassName
{
border-color: #F82A1C;
}
.TagClassName
{
border-color: #F82A1C;
}
</style>