Shades of Venetian Red #F30608
Tints of Venetian Red #F30608
RGB
CMYK
RGB Variations
Color information
#F30608 (or 0xF30608) is known color: Venetian Red. HEX triplet: F3, 06 and 08. RGB value is (243,6,8). Sum of RGB (Red+Green+Blue) = 243+6+8=257 (34% of max value = 765). Red value is 243 (95.31% from 255 or 94.55% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 243 - color contains mainly: red. Hex color #F30608 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30608 is #0CF9F7. Grayscale: #4D4D4D. Windows color (decimal): -850424 or 526067. OLE color: 526067.
HSL color Cylindrical-coordinate representation of color #F30608: hue angle of 359.49º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30608 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 8 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.05 |
| HSL | 359.49º | 0.95% | 0.49% | - |
| HSV(B) | 359.49º | 0.98% | 0.95% | - |
| XYZ | 37.07 | 19.2 | 1.98 | - |
| YUV | 77.09 | 89.02 | 246.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 8 | 0 | 0.98 | 0.97 | 0.05 | 359.49 | 0.95 | 0.49 |
| Hex | F3 | 6 | 8 | 0 | 62 | 61 | 5 | 167 | 5F | 31 |
| Octal | 363 | 6 | 10 | 0 | 142 | 141 | 5 | 547 | 137 | 61 |
| Binary | 11110011 | 110 | 1000 | 0 | 1100010 | 1100001 | 101 | 101100111 | 1011111 | 110001 |
Color Harmonies of #F30608
Complementary color
Monochromatic Colors of #F30608
Black with #F30608
Text Example
Text Example
White with #F30608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30608; }
p { color: rgb(243,6,8); }
H1.HeaderClassName
{
color: #F30608;
}
.AnyTagClassName
{
color: #F30608;
}
</style>
background-color css
<style>
a { background-color: #F30608; }
a { background-color: rgb(243,6,8); }
div.DivClassName
{
background-color: #F30608;
}
.BgClassName
{
background-color: #F30608;
}
</style>
border-color css
<style>
span { border-color: #F30608; }
span { border-color: rgb(243,6,8); }
td.TdClassName
{
border-color: #F30608;
}
.TagClassName
{
border-color: #F30608;
}
</style>