Shades of Scarlet #F02C03
Tints of Scarlet #F02C03
RGB
CMYK
RGB Variations
Color information
#F02C03 (or 0xF02C03) is known color: Scarlet. HEX triplet: F0, 2C and 03. RGB value is (240,44,3). Sum of RGB (Red+Green+Blue) = 240+44+3=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02C03 is #0FD3FC. Grayscale: #626262. Windows color (decimal): -1037309 or 208112. OLE color: 208112.
HSL color Cylindrical-coordinate representation of color #F02C03: hue angle of 10.38º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F02C03 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.06 |
| HSL | 10.38º | 0.98% | 0.48% | - |
| HSV(B) | 10.38º | 0.99% | 0.94% | - |
| XYZ | 36.85 | 20.33 | 2.07 | - |
| YUV | 97.93 | 74.43 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 3 | 0 | 0.82 | 0.99 | 0.06 | 10.38 | 0.98 | 0.48 |
| Hex | F0 | 2C | 3 | 0 | 52 | 63 | 6 | A | 62 | 30 |
| Octal | 360 | 54 | 3 | 0 | 122 | 143 | 6 | 12 | 142 | 60 |
| Binary | 11110000 | 101100 | 11 | 0 | 1010010 | 1100011 | 110 | 1010 | 1100010 | 110000 |
Color Harmonies of #F02C03
Complementary color
Monochromatic Colors of #F02C03
Black with #F02C03
Text Example
Text Example
White with #F02C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C03; }
p { color: rgb(240,44,3); }
H1.HeaderClassName
{
color: #F02C03;
}
.AnyTagClassName
{
color: #F02C03;
}
</style>
background-color css
<style>
a { background-color: #F02C03; }
a { background-color: rgb(240,44,3); }
div.DivClassName
{
background-color: #F02C03;
}
.BgClassName
{
background-color: #F02C03;
}
</style>
border-color css
<style>
span { border-color: #F02C03; }
span { border-color: rgb(240,44,3); }
td.TdClassName
{
border-color: #F02C03;
}
.TagClassName
{
border-color: #F02C03;
}
</style>