Shades of Venetian Red #F00306
Tints of Venetian Red #F00306
RGB
CMYK
RGB Variations
Color information
#F00306 (or 0xF00306) is known color: Venetian Red. HEX triplet: F0, 03 and 06. RGB value is (240,3,6). Sum of RGB (Red+Green+Blue) = 240+3+6=249 (32% of max value = 765). Red value is 240 (94.14% from 255 or 96.39% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 240 - color contains mainly: red. Hex color #F00306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00306 is #0FFCF9. Grayscale: #4A4A4A. Windows color (decimal): -1047802 or 394224. OLE color: 394224.
HSL color Cylindrical-coordinate representation of color #F00306: hue angle of 359.24º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00306 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.06 |
| HSL | 359.24º | 0.98% | 0.48% | - |
| HSV(B) | 359.24º | 0.99% | 0.94% | - |
| XYZ | 36 | 18.6 | 1.87 | - |
| YUV | 74.21 | 89.52 | 246.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 6 | 0 | 0.99 | 0.98 | 0.06 | 359.24 | 0.98 | 0.48 |
| Hex | F0 | 3 | 6 | 0 | 63 | 62 | 6 | 167 | 62 | 30 |
| Octal | 360 | 3 | 6 | 0 | 143 | 142 | 6 | 547 | 142 | 60 |
| Binary | 11110000 | 11 | 110 | 0 | 1100011 | 1100010 | 110 | 101100111 | 1100010 | 110000 |
Color Harmonies of #F00306
Complementary color
Monochromatic Colors of #F00306
Black with #F00306
Text Example
Text Example
White with #F00306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00306; }
p { color: rgb(240,3,6); }
H1.HeaderClassName
{
color: #F00306;
}
.AnyTagClassName
{
color: #F00306;
}
</style>
background-color css
<style>
a { background-color: #F00306; }
a { background-color: rgb(240,3,6); }
div.DivClassName
{
background-color: #F00306;
}
.BgClassName
{
background-color: #F00306;
}
</style>
border-color css
<style>
span { border-color: #F00306; }
span { border-color: rgb(240,3,6); }
td.TdClassName
{
border-color: #F00306;
}
.TagClassName
{
border-color: #F00306;
}
</style>