Shades of Red #F30903
Tints of Red #F30903
RGB
CMYK
RGB Variations
Color information
#F30903 (or 0xF30903) is known color: Red. HEX triplet: F3, 09 and 03. RGB value is (243,9,3). Sum of RGB (Red+Green+Blue) = 243+9+3=255 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.29% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 243 - color contains mainly: red. Hex color #F30903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30903 is #0CF6FC. Grayscale: #4E4E4E. Windows color (decimal): -849661 or 199155. OLE color: 199155.
HSL color Cylindrical-coordinate representation of color #F30903: hue angle of 1.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.05 |
| HSL | 1.5º | 0.98% | 0.48% | - |
| HSV(B) | 1.5º | 0.99% | 0.95% | - |
| XYZ | 37.08 | 19.26 | 1.85 | - |
| YUV | 78.28 | 85.52 | 245.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 3 | 0 | 0.96 | 0.99 | 0.05 | 1.5 | 0.98 | 0.48 |
| Hex | F3 | 9 | 3 | 0 | 60 | 63 | 5 | 2 | 62 | 30 |
| Octal | 363 | 11 | 3 | 0 | 140 | 143 | 5 | 2 | 142 | 60 |
| Binary | 11110011 | 1001 | 11 | 0 | 1100000 | 1100011 | 101 | 10 | 1100010 | 110000 |
Color Harmonies of #F30903
Complementary color
Monochromatic Colors of #F30903
Black with #F30903
Text Example
Text Example
White with #F30903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30903; }
p { color: rgb(243,9,3); }
H1.HeaderClassName
{
color: #F30903;
}
.AnyTagClassName
{
color: #F30903;
}
</style>
background-color css
<style>
a { background-color: #F30903; }
a { background-color: rgb(243,9,3); }
div.DivClassName
{
background-color: #F30903;
}
.BgClassName
{
background-color: #F30903;
}
</style>
border-color css
<style>
span { border-color: #F30903; }
span { border-color: rgb(243,9,3); }
td.TdClassName
{
border-color: #F30903;
}
.TagClassName
{
border-color: #F30903;
}
</style>