Shades of Scarlet #F62D03
Tints of Scarlet #F62D03
RGB
CMYK
RGB Variations
Color information
#F62D03 (or 0xF62D03) is known color: Scarlet. HEX triplet: F6, 2D and 03. RGB value is (246,45,3). Sum of RGB (Red+Green+Blue) = 246+45+3=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62D03 is #09D2FC. Grayscale: #646464. Windows color (decimal): -643837 or 208374. OLE color: 208374.
HSL color Cylindrical-coordinate representation of color #F62D03: hue angle of 10.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F62D03 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.04 |
| HSL | 10.37º | 0.98% | 0.49% | - |
| HSV(B) | 10.37º | 0.99% | 0.96% | - |
| XYZ | 38.96 | 21.48 | 2.18 | - |
| YUV | 100.31 | 73.09 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 3 | 0 | 0.82 | 0.99 | 0.04 | 10.37 | 0.98 | 0.49 |
| Hex | F6 | 2D | 3 | 0 | 52 | 63 | 4 | A | 62 | 31 |
| Octal | 366 | 55 | 3 | 0 | 122 | 143 | 4 | 12 | 142 | 61 |
| Binary | 11110110 | 101101 | 11 | 0 | 1010010 | 1100011 | 100 | 1010 | 1100010 | 110001 |
Color Harmonies of #F62D03
Complementary color
Monochromatic Colors of #F62D03
Black with #F62D03
Text Example
Text Example
White with #F62D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D03; }
p { color: rgb(246,45,3); }
H1.HeaderClassName
{
color: #F62D03;
}
.AnyTagClassName
{
color: #F62D03;
}
</style>
background-color css
<style>
a { background-color: #F62D03; }
a { background-color: rgb(246,45,3); }
div.DivClassName
{
background-color: #F62D03;
}
.BgClassName
{
background-color: #F62D03;
}
</style>
border-color css
<style>
span { border-color: #F62D03; }
span { border-color: rgb(246,45,3); }
td.TdClassName
{
border-color: #F62D03;
}
.TagClassName
{
border-color: #F62D03;
}
</style>