Shades of Venetian Red #F30105
Tints of Venetian Red #F30105
RGB
CMYK
RGB Variations
Color information
#F30105 (or 0xF30105) is known color: Venetian Red. HEX triplet: F3, 01 and 05. RGB value is (243,1,5). Sum of RGB (Red+Green+Blue) = 243+1+5=249 (32% of max value = 765). Red value is 243 (95.31% from 255 or 97.59% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 243 - color contains mainly: red. Hex color #F30105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30105 is #0CFEFA. Grayscale: #4A4A4A. Windows color (decimal): -851707 or 328179. OLE color: 328179.
HSL color Cylindrical-coordinate representation of color #F30105: hue angle of 359.01º 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 #F30105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.05 |
| HSL | 359.01º | 0.99% | 0.48% | - |
| HSV(B) | 359.01º | 1% | 0.95% | - |
| XYZ | 37 | 19.09 | 1.88 | - |
| YUV | 73.81 | 89.17 | 248.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 5 | 0 | 1.00 | 0.98 | 0.05 | 359.01 | 0.99 | 0.48 |
| Hex | F3 | 1 | 5 | 0 | 64 | 62 | 5 | 167 | 63 | 30 |
| Octal | 363 | 1 | 5 | 0 | 144 | 142 | 5 | 547 | 143 | 60 |
| Binary | 11110011 | 1 | 101 | 0 | 1100100 | 1100010 | 101 | 101100111 | 1100011 | 110000 |
Color Harmonies of #F30105
Complementary color
Monochromatic Colors of #F30105
Black with #F30105
Text Example
Text Example
White with #F30105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30105; }
p { color: rgb(243,1,5); }
H1.HeaderClassName
{
color: #F30105;
}
.AnyTagClassName
{
color: #F30105;
}
</style>
background-color css
<style>
a { background-color: #F30105; }
a { background-color: rgb(243,1,5); }
div.DivClassName
{
background-color: #F30105;
}
.BgClassName
{
background-color: #F30105;
}
</style>
border-color css
<style>
span { border-color: #F30105; }
span { border-color: rgb(243,1,5); }
td.TdClassName
{
border-color: #F30105;
}
.TagClassName
{
border-color: #F30105;
}
</style>