Shades of Scarlet #F42D1A
Tints of Scarlet #F42D1A
RGB
CMYK
RGB Variations
Color information
#F42D1A (or 0xF42D1A) is known color: Scarlet. HEX triplet: F4, 2D and 1A. RGB value is (244,45,26). Sum of RGB (Red+Green+Blue) = 244+45+26=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D1A is #0BD2E5. Grayscale: #666666. Windows color (decimal): -774886 or 1715700. OLE color: 1715700.
HSL color Cylindrical-coordinate representation of color #F42D1A: hue angle of 5.23º degrees, saturation: 0.91, 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 #F42D1A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 26 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.04 |
| HSL | 5.23º | 0.91% | 0.53% | - |
| HSV(B) | 5.23º | 0.89% | 0.96% | - |
| XYZ | 38.43 | 21.18 | 3.04 | - |
| YUV | 102.34 | 84.93 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 26 | 0 | 0.82 | 0.89 | 0.04 | 5.23 | 0.91 | 0.53 |
| Hex | F4 | 2D | 1A | 0 | 52 | 59 | 4 | 5 | 5B | 35 |
| Octal | 364 | 55 | 32 | 0 | 122 | 131 | 4 | 5 | 133 | 65 |
| Binary | 11110100 | 101101 | 11010 | 0 | 1010010 | 1011001 | 100 | 101 | 1011011 | 110101 |
Color Harmonies of #F42D1A
Complementary color
Monochromatic Colors of #F42D1A
Black with #F42D1A
Text Example
Text Example
White with #F42D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42D1A; }
p { color: rgb(244,45,26); }
H1.HeaderClassName
{
color: #F42D1A;
}
.AnyTagClassName
{
color: #F42D1A;
}
</style>
background-color css
<style>
a { background-color: #F42D1A; }
a { background-color: rgb(244,45,26); }
div.DivClassName
{
background-color: #F42D1A;
}
.BgClassName
{
background-color: #F42D1A;
}
</style>
border-color css
<style>
span { border-color: #F42D1A; }
span { border-color: rgb(244,45,26); }
td.TdClassName
{
border-color: #F42D1A;
}
.TagClassName
{
border-color: #F42D1A;
}
</style>