Shades of Venetian Red #F30108
Tints of Venetian Red #F30108
RGB
CMYK
RGB Variations
Color information
#F30108 (or 0xF30108) is known color: Venetian Red. HEX triplet: F3, 01 and 08. RGB value is (243,1,8). Sum of RGB (Red+Green+Blue) = 243+1+8=252 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.43% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 243 - color contains mainly: red. Hex color #F30108 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30108 is #0CFEF7. Grayscale: #4A4A4A. Windows color (decimal): -851704 or 524787. OLE color: 524787.
HSL color Cylindrical-coordinate representation of color #F30108: hue angle of 358.26º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30108 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 8 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.05 |
| HSL | 358.26º | 0.99% | 0.48% | - |
| HSV(B) | 358.26º | 1% | 0.95% | - |
| XYZ | 37.02 | 19.09 | 1.96 | - |
| YUV | 74.16 | 90.67 | 248.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 8 | 0 | 1.00 | 0.97 | 0.05 | 358.26 | 0.99 | 0.48 |
| Hex | F3 | 1 | 8 | 0 | 64 | 61 | 5 | 166 | 63 | 30 |
| Octal | 363 | 1 | 10 | 0 | 144 | 141 | 5 | 546 | 143 | 60 |
| Binary | 11110011 | 1 | 1000 | 0 | 1100100 | 1100001 | 101 | 101100110 | 1100011 | 110000 |
Color Harmonies of #F30108
Complementary color
Monochromatic Colors of #F30108
Black with #F30108
Text Example
Text Example
White with #F30108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30108; }
p { color: rgb(243,1,8); }
H1.HeaderClassName
{
color: #F30108;
}
.AnyTagClassName
{
color: #F30108;
}
</style>
background-color css
<style>
a { background-color: #F30108; }
a { background-color: rgb(243,1,8); }
div.DivClassName
{
background-color: #F30108;
}
.BgClassName
{
background-color: #F30108;
}
</style>
border-color css
<style>
span { border-color: #F30108; }
span { border-color: rgb(243,1,8); }
td.TdClassName
{
border-color: #F30108;
}
.TagClassName
{
border-color: #F30108;
}
</style>