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