Shades of Venetian Red #F30003
Tints of Venetian Red #F30003
RGB
CMYK
RGB Variations
Color information
#F30003 (or 0xF30003) is known color: Venetian Red. HEX triplet: F3, 00 and 03. RGB value is (243,0,3). Sum of RGB (Red+Green+Blue) = 243+0+3=246 (32% of max value = 765). Red value is 243 (95.31% from 255 or 98.78% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 243 - color contains mainly: red. Hex color #F30003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30003 is #0CFFFC. Grayscale: #494949. Windows color (decimal): -851965 or 196851. OLE color: 196851.
HSL color Cylindrical-coordinate representation of color #F30003: hue angle of 359.26º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.05 |
| HSL | 359.26º | 1% | 0.48% | - |
| HSV(B) | 359.26º | 1% | 0.95% | - |
| XYZ | 36.98 | 19.06 | 1.82 | - |
| YUV | 73 | 88.51 | 249.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 3 | 0 | 1 | 0.99 | 0.05 | 359.26 | 1 | 0.48 |
| Hex | F3 | 0 | 3 | 0 | 64 | 63 | 5 | 167 | 64 | 30 |
| Octal | 363 | 0 | 3 | 0 | 144 | 143 | 5 | 547 | 144 | 60 |
| Binary | 11110011 | 0 | 11 | 0 | 1100100 | 1100011 | 101 | 101100111 | 1100100 | 110000 |
Color Harmonies of #F30003
Complementary color
Monochromatic Colors of #F30003
Black with #F30003
Text Example
Text Example
White with #F30003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30003; }
p { color: rgb(243,0,3); }
H1.HeaderClassName
{
color: #F30003;
}
.AnyTagClassName
{
color: #F30003;
}
</style>
background-color css
<style>
a { background-color: #F30003; }
a { background-color: rgb(243,0,3); }
div.DivClassName
{
background-color: #F30003;
}
.BgClassName
{
background-color: #F30003;
}
</style>
border-color css
<style>
span { border-color: #F30003; }
span { border-color: rgb(243,0,3); }
td.TdClassName
{
border-color: #F30003;
}
.TagClassName
{
border-color: #F30003;
}
</style>