Shades of Venetian Red #F30309
Tints of Venetian Red #F30309
RGB
CMYK
RGB Variations
Color information
#F30309 (or 0xF30309) is known color: Venetian Red. HEX triplet: F3, 03 and 09. RGB value is (243,3,9). Sum of RGB (Red+Green+Blue) = 243+3+9=255 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.29% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 243 - color contains mainly: red. Hex color #F30309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30309 is #0CFCF6. Grayscale: #4B4B4B. Windows color (decimal): -851191 or 590835. OLE color: 590835.
HSL color Cylindrical-coordinate representation of color #F30309: hue angle of 358.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 #F30309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.05 |
| HSL | 358.5º | 0.98% | 0.48% | - |
| HSV(B) | 358.5º | 0.99% | 0.95% | - |
| XYZ | 37.04 | 19.14 | 2 | - |
| YUV | 75.44 | 90.51 | 247.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 9 | 0 | 0.99 | 0.96 | 0.05 | 358.5 | 0.98 | 0.48 |
| Hex | F3 | 3 | 9 | 0 | 63 | 60 | 5 | 166 | 62 | 30 |
| Octal | 363 | 3 | 11 | 0 | 143 | 140 | 5 | 546 | 142 | 60 |
| Binary | 11110011 | 11 | 1001 | 0 | 1100011 | 1100000 | 101 | 101100110 | 1100010 | 110000 |
Color Harmonies of #F30309
Complementary color
Monochromatic Colors of #F30309
Black with #F30309
Text Example
Text Example
White with #F30309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30309; }
p { color: rgb(243,3,9); }
H1.HeaderClassName
{
color: #F30309;
}
.AnyTagClassName
{
color: #F30309;
}
</style>
background-color css
<style>
a { background-color: #F30309; }
a { background-color: rgb(243,3,9); }
div.DivClassName
{
background-color: #F30309;
}
.BgClassName
{
background-color: #F30309;
}
</style>
border-color css
<style>
span { border-color: #F30309; }
span { border-color: rgb(243,3,9); }
td.TdClassName
{
border-color: #F30309;
}
.TagClassName
{
border-color: #F30309;
}
</style>