Shades of Venetian Red #F30005
Tints of Venetian Red #F30005
RGB
CMYK
RGB Variations
Color information
#F30005 (or 0xF30005) is known color: Venetian Red. HEX triplet: F3, 00 and 05. RGB value is (243,0,5). Sum of RGB (Red+Green+Blue) = 243+0+5=248 (32% of max value = 765). Red value is 243 (95.31% from 255 or 97.98% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 243 - color contains mainly: red. Hex color #F30005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30005 is #0CFFFA. Grayscale: #494949. Windows color (decimal): -851963 or 327923. OLE color: 327923.
HSL color Cylindrical-coordinate representation of color #F30005: hue angle of 358.77º 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 #F30005 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.98 | 0.05 |
| HSL | 358.77º | 1% | 0.48% | - |
| HSV(B) | 358.77º | 1% | 0.95% | - |
| XYZ | 36.99 | 19.07 | 1.87 | - |
| YUV | 73.23 | 89.51 | 249.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 5 | 0 | 1 | 0.98 | 0.05 | 358.77 | 1 | 0.48 |
| Hex | F3 | 0 | 5 | 0 | 64 | 62 | 5 | 167 | 64 | 30 |
| Octal | 363 | 0 | 5 | 0 | 144 | 142 | 5 | 547 | 144 | 60 |
| Binary | 11110011 | 0 | 101 | 0 | 1100100 | 1100010 | 101 | 101100111 | 1100100 | 110000 |
Color Harmonies of #F30005
Complementary color
Monochromatic Colors of #F30005
Black with #F30005
Text Example
Text Example
White with #F30005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30005; }
p { color: rgb(243,0,5); }
H1.HeaderClassName
{
color: #F30005;
}
.AnyTagClassName
{
color: #F30005;
}
</style>
background-color css
<style>
a { background-color: #F30005; }
a { background-color: rgb(243,0,5); }
div.DivClassName
{
background-color: #F30005;
}
.BgClassName
{
background-color: #F30005;
}
</style>
border-color css
<style>
span { border-color: #F30005; }
span { border-color: rgb(243,0,5); }
td.TdClassName
{
border-color: #F30005;
}
.TagClassName
{
border-color: #F30005;
}
</style>