Shades of Venetian Red #F20306
Tints of Venetian Red #F20306
RGB
CMYK
RGB Variations
Color information
#F20306 (or 0xF20306) is known color: Venetian Red. HEX triplet: F2, 03 and 06. RGB value is (242,3,6). Sum of RGB (Red+Green+Blue) = 242+3+6=251 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.41% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 242 - color contains mainly: red. Hex color #F20306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20306 is #0DFCF9. Grayscale: #4B4B4B. Windows color (decimal): -916730 or 394226. OLE color: 394226.
HSL color Cylindrical-coordinate representation of color #F20306: hue angle of 359.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20306 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.05 |
| HSL | 359.25º | 0.98% | 0.48% | - |
| HSV(B) | 359.25º | 0.99% | 0.95% | - |
| XYZ | 36.68 | 18.96 | 1.9 | - |
| YUV | 74.8 | 89.18 | 247.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 6 | 0 | 0.99 | 0.98 | 0.05 | 359.25 | 0.98 | 0.48 |
| Hex | F2 | 3 | 6 | 0 | 63 | 62 | 5 | 167 | 62 | 30 |
| Octal | 362 | 3 | 6 | 0 | 143 | 142 | 5 | 547 | 142 | 60 |
| Binary | 11110010 | 11 | 110 | 0 | 1100011 | 1100010 | 101 | 101100111 | 1100010 | 110000 |
Color Harmonies of #F20306
Complementary color
Monochromatic Colors of #F20306
Black with #F20306
Text Example
Text Example
White with #F20306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20306; }
p { color: rgb(242,3,6); }
H1.HeaderClassName
{
color: #F20306;
}
.AnyTagClassName
{
color: #F20306;
}
</style>
background-color css
<style>
a { background-color: #F20306; }
a { background-color: rgb(242,3,6); }
div.DivClassName
{
background-color: #F20306;
}
.BgClassName
{
background-color: #F20306;
}
</style>
border-color css
<style>
span { border-color: #F20306; }
span { border-color: rgb(242,3,6); }
td.TdClassName
{
border-color: #F20306;
}
.TagClassName
{
border-color: #F20306;
}
</style>