Shades of Venetian Red #F30509
Tints of Venetian Red #F30509
RGB
CMYK
RGB Variations
Color information
#F30509 (or 0xF30509) is known color: Venetian Red. HEX triplet: F3, 05 and 09. RGB value is (243,5,9). Sum of RGB (Red+Green+Blue) = 243+5+9=257 (34% of max value = 765). Red value is 243 (95.31% from 255 or 94.55% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 243 - color contains mainly: red. Hex color #F30509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30509 is #0CFAF6. Grayscale: #4C4C4C. Windows color (decimal): -850679 or 591347. OLE color: 591347.
HSL color Cylindrical-coordinate representation of color #F30509: hue angle of 358.99º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.05 |
| HSL | 358.99º | 0.96% | 0.49% | - |
| HSV(B) | 358.99º | 0.98% | 0.95% | - |
| XYZ | 37.07 | 19.18 | 2.01 | - |
| YUV | 76.62 | 89.85 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 9 | 0 | 0.98 | 0.96 | 0.05 | 358.99 | 0.96 | 0.49 |
| Hex | F3 | 5 | 9 | 0 | 62 | 60 | 5 | 167 | 60 | 31 |
| Octal | 363 | 5 | 11 | 0 | 142 | 140 | 5 | 547 | 140 | 61 |
| Binary | 11110011 | 101 | 1001 | 0 | 1100010 | 1100000 | 101 | 101100111 | 1100000 | 110001 |
Color Harmonies of #F30509
Complementary color
Monochromatic Colors of #F30509
Black with #F30509
Text Example
Text Example
White with #F30509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30509; }
p { color: rgb(243,5,9); }
H1.HeaderClassName
{
color: #F30509;
}
.AnyTagClassName
{
color: #F30509;
}
</style>
background-color css
<style>
a { background-color: #F30509; }
a { background-color: rgb(243,5,9); }
div.DivClassName
{
background-color: #F30509;
}
.BgClassName
{
background-color: #F30509;
}
</style>
border-color css
<style>
span { border-color: #F30509; }
span { border-color: rgb(243,5,9); }
td.TdClassName
{
border-color: #F30509;
}
.TagClassName
{
border-color: #F30509;
}
</style>