Shades of Scarlet #F4241C
Tints of Scarlet #F4241C
RGB
CMYK
RGB Variations
Color information
#F4241C (or 0xF4241C) is known color: Scarlet. HEX triplet: F4, 24 and 1C. RGB value is (244,36,28). Sum of RGB (Red+Green+Blue) = 244+36+28=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4241C is #0BDBE3. Grayscale: #616161. Windows color (decimal): -777188 or 1844468. OLE color: 1844468.
HSL color Cylindrical-coordinate representation of color #F4241C: hue angle of 2.22º 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 #F4241C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.04 |
| HSL | 2.22º | 0.91% | 0.53% | - |
| HSV(B) | 2.22º | 0.89% | 0.96% | - |
| XYZ | 38.15 | 20.58 | 3.06 | - |
| YUV | 97.28 | 88.91 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 28 | 0 | 0.85 | 0.89 | 0.04 | 2.22 | 0.91 | 0.53 |
| Hex | F4 | 24 | 1C | 0 | 55 | 59 | 4 | 2 | 5B | 35 |
| Octal | 364 | 44 | 34 | 0 | 125 | 131 | 4 | 2 | 133 | 65 |
| Binary | 11110100 | 100100 | 11100 | 0 | 1010101 | 1011001 | 100 | 10 | 1011011 | 110101 |
Color Harmonies of #F4241C
Complementary color
Monochromatic Colors of #F4241C
Black with #F4241C
Text Example
Text Example
White with #F4241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4241C; }
p { color: rgb(244,36,28); }
H1.HeaderClassName
{
color: #F4241C;
}
.AnyTagClassName
{
color: #F4241C;
}
</style>
background-color css
<style>
a { background-color: #F4241C; }
a { background-color: rgb(244,36,28); }
div.DivClassName
{
background-color: #F4241C;
}
.BgClassName
{
background-color: #F4241C;
}
</style>
border-color css
<style>
span { border-color: #F4241C; }
span { border-color: rgb(244,36,28); }
td.TdClassName
{
border-color: #F4241C;
}
.TagClassName
{
border-color: #F4241C;
}
</style>