Shades of Scarlet #F42D1C
Tints of Scarlet #F42D1C
RGB
CMYK
RGB Variations
Color information
#F42D1C (or 0xF42D1C) is known color: Scarlet. HEX triplet: F4, 2D and 1C. RGB value is (244,45,28). Sum of RGB (Red+Green+Blue) = 244+45+28=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D1C is #0BD2E3. Grayscale: #666666. Windows color (decimal): -774884 or 1846772. OLE color: 1846772.
HSL color Cylindrical-coordinate representation of color #F42D1C: hue angle of 4.72º 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 #F42D1C is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 28 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.04 |
| HSL | 4.72º | 0.91% | 0.53% | - |
| HSV(B) | 4.72º | 0.89% | 0.96% | - |
| XYZ | 38.46 | 21.19 | 3.16 | - |
| YUV | 102.56 | 85.93 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 28 | 0 | 0.82 | 0.89 | 0.04 | 4.72 | 0.91 | 0.53 |
| Hex | F4 | 2D | 1C | 0 | 52 | 59 | 4 | 5 | 5B | 35 |
| Octal | 364 | 55 | 34 | 0 | 122 | 131 | 4 | 5 | 133 | 65 |
| Binary | 11110100 | 101101 | 11100 | 0 | 1010010 | 1011001 | 100 | 101 | 1011011 | 110101 |
Color Harmonies of #F42D1C
Complementary color
Monochromatic Colors of #F42D1C
Black with #F42D1C
Text Example
Text Example
White with #F42D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42D1C; }
p { color: rgb(244,45,28); }
H1.HeaderClassName
{
color: #F42D1C;
}
.AnyTagClassName
{
color: #F42D1C;
}
</style>
background-color css
<style>
a { background-color: #F42D1C; }
a { background-color: rgb(244,45,28); }
div.DivClassName
{
background-color: #F42D1C;
}
.BgClassName
{
background-color: #F42D1C;
}
</style>
border-color css
<style>
span { border-color: #F42D1C; }
span { border-color: rgb(244,45,28); }
td.TdClassName
{
border-color: #F42D1C;
}
.TagClassName
{
border-color: #F42D1C;
}
</style>