Shades of Venetian Red #F30308
Tints of Venetian Red #F30308
RGB
CMYK
RGB Variations
Color information
#F30308 (or 0xF30308) is known color: Venetian Red. HEX triplet: F3, 03 and 08. RGB value is (243,3,8). Sum of RGB (Red+Green+Blue) = 243+3+8=254 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.67% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 243 - color contains mainly: red. Hex color #F30308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30308 is #0CFCF7. Grayscale: #4B4B4B. Windows color (decimal): -851192 or 525299. OLE color: 525299.
HSL color Cylindrical-coordinate representation of color #F30308: hue angle of 358.75º 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 #F30308 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 8 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.05 |
| HSL | 358.75º | 0.98% | 0.48% | - |
| HSV(B) | 358.75º | 0.99% | 0.95% | - |
| XYZ | 37.04 | 19.14 | 1.97 | - |
| YUV | 75.33 | 90.01 | 247.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 8 | 0 | 0.99 | 0.97 | 0.05 | 358.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | 8 | 0 | 63 | 61 | 5 | 167 | 62 | 30 |
| Octal | 363 | 3 | 10 | 0 | 143 | 141 | 5 | 547 | 142 | 60 |
| Binary | 11110011 | 11 | 1000 | 0 | 1100011 | 1100001 | 101 | 101100111 | 1100010 | 110000 |
Color Harmonies of #F30308
Complementary color
Monochromatic Colors of #F30308
Black with #F30308
Text Example
Text Example
White with #F30308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30308; }
p { color: rgb(243,3,8); }
H1.HeaderClassName
{
color: #F30308;
}
.AnyTagClassName
{
color: #F30308;
}
</style>
background-color css
<style>
a { background-color: #F30308; }
a { background-color: rgb(243,3,8); }
div.DivClassName
{
background-color: #F30308;
}
.BgClassName
{
background-color: #F30308;
}
</style>
border-color css
<style>
span { border-color: #F30308; }
span { border-color: rgb(243,3,8); }
td.TdClassName
{
border-color: #F30308;
}
.TagClassName
{
border-color: #F30308;
}
</style>