Shades of Scarlet #F42703
Tints of Scarlet #F42703
RGB
CMYK
RGB Variations
Color information
#F42703 (or 0xF42703) is known color: Scarlet. HEX triplet: F4, 27 and 03. RGB value is (244,39,3). Sum of RGB (Red+Green+Blue) = 244+39+3=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F42703 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42703 is #0BD8FC. Grayscale: #606060. Windows color (decimal): -776445 or 206836. OLE color: 206836.
HSL color Cylindrical-coordinate representation of color #F42703: hue angle of 8.96º 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 #F42703 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.04 |
| HSL | 8.96º | 0.98% | 0.48% | - |
| HSV(B) | 8.96º | 0.99% | 0.96% | - |
| XYZ | 38.05 | 20.69 | 2.07 | - |
| YUV | 96.19 | 75.42 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 3 | 0 | 0.84 | 0.99 | 0.04 | 8.96 | 0.98 | 0.48 |
| Hex | F4 | 27 | 3 | 0 | 54 | 63 | 4 | 9 | 62 | 30 |
| Octal | 364 | 47 | 3 | 0 | 124 | 143 | 4 | 11 | 142 | 60 |
| Binary | 11110100 | 100111 | 11 | 0 | 1010100 | 1100011 | 100 | 1001 | 1100010 | 110000 |
Color Harmonies of #F42703
Complementary color
Monochromatic Colors of #F42703
Black with #F42703
Text Example
Text Example
White with #F42703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42703; }
p { color: rgb(244,39,3); }
H1.HeaderClassName
{
color: #F42703;
}
.AnyTagClassName
{
color: #F42703;
}
</style>
background-color css
<style>
a { background-color: #F42703; }
a { background-color: rgb(244,39,3); }
div.DivClassName
{
background-color: #F42703;
}
.BgClassName
{
background-color: #F42703;
}
</style>
border-color css
<style>
span { border-color: #F42703; }
span { border-color: rgb(244,39,3); }
td.TdClassName
{
border-color: #F42703;
}
.TagClassName
{
border-color: #F42703;
}
</style>