Shades of Venetian Red #F30008
Tints of Venetian Red #F30008
RGB
CMYK
RGB Variations
Color information
#F30008 (or 0xF30008) is known color: Venetian Red. HEX triplet: F3, 00 and 08. RGB value is (243,0,8). Sum of RGB (Red+Green+Blue) = 243+0+8=251 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.81% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 243 - color contains mainly: red. Hex color #F30008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30008 is #0CFFF7. Grayscale: #494949. Windows color (decimal): -851960 or 524531. OLE color: 524531.
HSL color Cylindrical-coordinate representation of color #F30008: hue angle of 358.02º 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 #F30008 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.97 | 0.05 |
| HSL | 358.02º | 1% | 0.48% | - |
| HSV(B) | 358.02º | 1% | 0.95% | - |
| XYZ | 37.01 | 19.07 | 1.96 | - |
| YUV | 73.57 | 91.01 | 248.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 8 | 0 | 1 | 0.97 | 0.05 | 358.02 | 1 | 0.48 |
| Hex | F3 | 0 | 8 | 0 | 64 | 61 | 5 | 166 | 64 | 30 |
| Octal | 363 | 0 | 10 | 0 | 144 | 141 | 5 | 546 | 144 | 60 |
| Binary | 11110011 | 0 | 1000 | 0 | 1100100 | 1100001 | 101 | 101100110 | 1100100 | 110000 |
Color Harmonies of #F30008
Complementary color
Monochromatic Colors of #F30008
Black with #F30008
Text Example
Text Example
White with #F30008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30008; }
p { color: rgb(243,0,8); }
H1.HeaderClassName
{
color: #F30008;
}
.AnyTagClassName
{
color: #F30008;
}
</style>
background-color css
<style>
a { background-color: #F30008; }
a { background-color: rgb(243,0,8); }
div.DivClassName
{
background-color: #F30008;
}
.BgClassName
{
background-color: #F30008;
}
</style>
border-color css
<style>
span { border-color: #F30008; }
span { border-color: rgb(243,0,8); }
td.TdClassName
{
border-color: #F30008;
}
.TagClassName
{
border-color: #F30008;
}
</style>