Shades of Red #F50D02
Tints of Red #F50D02
RGB
CMYK
RGB Variations
Color information
#F50D02 (or 0xF50D02) is known color: Red. HEX triplet: F5, 0D and 02. RGB value is (245,13,2). Sum of RGB (Red+Green+Blue) = 245+13+2=260 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.23% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50D02 is #0AF2FD. Grayscale: #515151. Windows color (decimal): -717566 or 134645. OLE color: 134645.
HSL color Cylindrical-coordinate representation of color #F50D02: hue angle of 2.72º 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 #F50D02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.04 |
| HSL | 2.72º | 0.98% | 0.48% | - |
| HSV(B) | 2.72º | 0.99% | 0.96% | - |
| XYZ | 37.81 | 19.7 | 1.87 | - |
| YUV | 81.11 | 83.36 | 244.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 2 | 0 | 0.95 | 0.99 | 0.04 | 2.72 | 0.98 | 0.48 |
| Hex | F5 | D | 2 | 0 | 5F | 63 | 4 | 3 | 62 | 30 |
| Octal | 365 | 15 | 2 | 0 | 137 | 143 | 4 | 3 | 142 | 60 |
| Binary | 11110101 | 1101 | 10 | 0 | 1011111 | 1100011 | 100 | 11 | 1100010 | 110000 |
Color Harmonies of #F50D02
Complementary color
Monochromatic Colors of #F50D02
Black with #F50D02
Text Example
Text Example
White with #F50D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50D02; }
p { color: rgb(245,13,2); }
H1.HeaderClassName
{
color: #F50D02;
}
.AnyTagClassName
{
color: #F50D02;
}
</style>
background-color css
<style>
a { background-color: #F50D02; }
a { background-color: rgb(245,13,2); }
div.DivClassName
{
background-color: #F50D02;
}
.BgClassName
{
background-color: #F50D02;
}
</style>
border-color css
<style>
span { border-color: #F50D02; }
span { border-color: rgb(245,13,2); }
td.TdClassName
{
border-color: #F50D02;
}
.TagClassName
{
border-color: #F50D02;
}
</style>