Shades of Scarlet #F42403
Tints of Scarlet #F42403
RGB
CMYK
RGB Variations
Color information
#F42403 (or 0xF42403) is known color: Scarlet. HEX triplet: F4, 24 and 03. RGB value is (244,36,3). Sum of RGB (Red+Green+Blue) = 244+36+3=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F42403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42403 is #0BDBFC. Grayscale: #5E5E5E. Windows color (decimal): -777213 or 206068. OLE color: 206068.
HSL color Cylindrical-coordinate representation of color #F42403: hue angle of 8.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F42403 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.04 |
| HSL | 8.22º | 0.98% | 0.48% | - |
| HSV(B) | 8.22º | 0.99% | 0.96% | - |
| XYZ | 37.96 | 20.5 | 2.04 | - |
| YUV | 94.43 | 76.41 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 3 | 0 | 0.85 | 0.99 | 0.04 | 8.22 | 0.98 | 0.48 |
| Hex | F4 | 24 | 3 | 0 | 55 | 63 | 4 | 8 | 62 | 30 |
| Octal | 364 | 44 | 3 | 0 | 125 | 143 | 4 | 10 | 142 | 60 |
| Binary | 11110100 | 100100 | 11 | 0 | 1010101 | 1100011 | 100 | 1000 | 1100010 | 110000 |
Color Harmonies of #F42403
Complementary color
Monochromatic Colors of #F42403
Black with #F42403
Text Example
Text Example
White with #F42403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42403; }
p { color: rgb(244,36,3); }
H1.HeaderClassName
{
color: #F42403;
}
.AnyTagClassName
{
color: #F42403;
}
</style>
background-color css
<style>
a { background-color: #F42403; }
a { background-color: rgb(244,36,3); }
div.DivClassName
{
background-color: #F42403;
}
.BgClassName
{
background-color: #F42403;
}
</style>
border-color css
<style>
span { border-color: #F42403; }
span { border-color: rgb(244,36,3); }
td.TdClassName
{
border-color: #F42403;
}
.TagClassName
{
border-color: #F42403;
}
</style>