Shades of Venetian Red #F30109
Tints of Venetian Red #F30109
RGB
CMYK
RGB Variations
Color information
#F30109 (or 0xF30109) is known color: Venetian Red. HEX triplet: F3, 01 and 09. RGB value is (243,1,9). Sum of RGB (Red+Green+Blue) = 243+1+9=253 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.05% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 243 - color contains mainly: red. Hex color #F30109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30109 is #0CFEF6. Grayscale: #4A4A4A. Windows color (decimal): -851703 or 590323. OLE color: 590323.
HSL color Cylindrical-coordinate representation of color #F30109: hue angle of 358.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.05 |
| HSL | 358.02º | 0.99% | 0.48% | - |
| HSV(B) | 358.02º | 1% | 0.95% | - |
| XYZ | 37.02 | 19.1 | 1.99 | - |
| YUV | 74.27 | 91.17 | 248.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 9 | 0 | 1.00 | 0.96 | 0.05 | 358.02 | 0.99 | 0.48 |
| Hex | F3 | 1 | 9 | 0 | 64 | 60 | 5 | 166 | 63 | 30 |
| Octal | 363 | 1 | 11 | 0 | 144 | 140 | 5 | 546 | 143 | 60 |
| Binary | 11110011 | 1 | 1001 | 0 | 1100100 | 1100000 | 101 | 101100110 | 1100011 | 110000 |
Color Harmonies of #F30109
Complementary color
Monochromatic Colors of #F30109
Black with #F30109
Text Example
Text Example
White with #F30109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30109; }
p { color: rgb(243,1,9); }
H1.HeaderClassName
{
color: #F30109;
}
.AnyTagClassName
{
color: #F30109;
}
</style>
background-color css
<style>
a { background-color: #F30109; }
a { background-color: rgb(243,1,9); }
div.DivClassName
{
background-color: #F30109;
}
.BgClassName
{
background-color: #F30109;
}
</style>
border-color css
<style>
span { border-color: #F30109; }
span { border-color: rgb(243,1,9); }
td.TdClassName
{
border-color: #F30109;
}
.TagClassName
{
border-color: #F30109;
}
</style>