Shades of Scarlet #F12A1D
Tints of Scarlet #F12A1D
RGB
CMYK
RGB Variations
Color information
#F12A1D (or 0xF12A1D) is known color: Scarlet. HEX triplet: F1, 2A and 1D. RGB value is (241,42,29). Sum of RGB (Red+Green+Blue) = 241+42+29=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12A1D is #0ED5E2. Grayscale: #646464. Windows color (decimal): -972259 or 1911537. OLE color: 1911537.
HSL color Cylindrical-coordinate representation of color #F12A1D: hue angle of 3.68º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F12A1D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.05 |
| HSL | 3.68º | 0.88% | 0.53% | - |
| HSV(B) | 3.68º | 0.88% | 0.95% | - |
| XYZ | 37.33 | 20.45 | 3.14 | - |
| YUV | 100.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 29 | 0 | 0.83 | 0.88 | 0.05 | 3.68 | 0.88 | 0.53 |
| Hex | F1 | 2A | 1D | 0 | 53 | 58 | 5 | 4 | 58 | 35 |
| Octal | 361 | 52 | 35 | 0 | 123 | 130 | 5 | 4 | 130 | 65 |
| Binary | 11110001 | 101010 | 11101 | 0 | 1010011 | 1011000 | 101 | 100 | 1011000 | 110101 |
Color Harmonies of #F12A1D
Complementary color
Monochromatic Colors of #F12A1D
Black with #F12A1D
Text Example
Text Example
White with #F12A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12A1D; }
p { color: rgb(241,42,29); }
H1.HeaderClassName
{
color: #F12A1D;
}
.AnyTagClassName
{
color: #F12A1D;
}
</style>
background-color css
<style>
a { background-color: #F12A1D; }
a { background-color: rgb(241,42,29); }
div.DivClassName
{
background-color: #F12A1D;
}
.BgClassName
{
background-color: #F12A1D;
}
</style>
border-color css
<style>
span { border-color: #F12A1D; }
span { border-color: rgb(241,42,29); }
td.TdClassName
{
border-color: #F12A1D;
}
.TagClassName
{
border-color: #F12A1D;
}
</style>