Shades of Red #F51203
Tints of Red #F51203
RGB
CMYK
RGB Variations
Color information
#F51203 (or 0xF51203) is known color: Red. HEX triplet: F5, 12 and 03. RGB value is (245,18,3). Sum of RGB (Red+Green+Blue) = 245+18+3=266 (35% of max value = 765). Red value is 245 (96.09% from 255 or 92.11% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 245 - color contains mainly: red. Hex color #F51203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51203 is #0AEDFC. Grayscale: #545454. Windows color (decimal): -716285 or 201461. OLE color: 201461.
HSL color Cylindrical-coordinate representation of color #F51203: hue angle of 3.72º 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 #F51203 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.04 |
| HSL | 3.72º | 0.98% | 0.49% | - |
| HSV(B) | 3.72º | 0.99% | 0.96% | - |
| XYZ | 37.89 | 19.85 | 1.92 | - |
| YUV | 84.16 | 82.21 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 3 | 0 | 0.93 | 0.99 | 0.04 | 3.72 | 0.98 | 0.49 |
| Hex | F5 | 12 | 3 | 0 | 5D | 63 | 4 | 4 | 62 | 31 |
| Octal | 365 | 22 | 3 | 0 | 135 | 143 | 4 | 4 | 142 | 61 |
| Binary | 11110101 | 10010 | 11 | 0 | 1011101 | 1100011 | 100 | 100 | 1100010 | 110001 |
Color Harmonies of #F51203
Complementary color
Monochromatic Colors of #F51203
Black with #F51203
Text Example
Text Example
White with #F51203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51203; }
p { color: rgb(245,18,3); }
H1.HeaderClassName
{
color: #F51203;
}
.AnyTagClassName
{
color: #F51203;
}
</style>
background-color css
<style>
a { background-color: #F51203; }
a { background-color: rgb(245,18,3); }
div.DivClassName
{
background-color: #F51203;
}
.BgClassName
{
background-color: #F51203;
}
</style>
border-color css
<style>
span { border-color: #F51203; }
span { border-color: rgb(245,18,3); }
td.TdClassName
{
border-color: #F51203;
}
.TagClassName
{
border-color: #F51203;
}
</style>