Shades of Venetian Red #F3010B
Tints of Venetian Red #F3010B
RGB
CMYK
RGB Variations
Color information
#F3010B (or 0xF3010B) is known color: Venetian Red. HEX triplet: F3, 01 and 0B. RGB value is (243,1,11). Sum of RGB (Red+Green+Blue) = 243+1+11=255 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.29% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 243 - color contains mainly: red. Hex color #F3010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3010B is #0CFEF4. Grayscale: #4A4A4A. Windows color (decimal): -851701 or 721395. OLE color: 721395.
HSL color Cylindrical-coordinate representation of color #F3010B: hue angle of 357.52º 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 #F3010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.05 |
| HSL | 357.52º | 0.99% | 0.48% | - |
| HSV(B) | 357.52º | 1% | 0.95% | - |
| XYZ | 37.03 | 19.1 | 2.05 | - |
| YUV | 74.5 | 92.17 | 248.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 11 | 0 | 1.00 | 0.95 | 0.05 | 357.52 | 0.99 | 0.48 |
| Hex | F3 | 1 | B | 0 | 64 | 5F | 5 | 166 | 63 | 30 |
| Octal | 363 | 1 | 13 | 0 | 144 | 137 | 5 | 546 | 143 | 60 |
| Binary | 11110011 | 1 | 1011 | 0 | 1100100 | 1011111 | 101 | 101100110 | 1100011 | 110000 |
Color Harmonies of #F3010B
Complementary color
Monochromatic Colors of #F3010B
Black with #F3010B
Text Example
Text Example
White with #F3010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3010B; }
p { color: rgb(243,1,11); }
H1.HeaderClassName
{
color: #F3010B;
}
.AnyTagClassName
{
color: #F3010B;
}
</style>
background-color css
<style>
a { background-color: #F3010B; }
a { background-color: rgb(243,1,11); }
div.DivClassName
{
background-color: #F3010B;
}
.BgClassName
{
background-color: #F3010B;
}
</style>
border-color css
<style>
span { border-color: #F3010B; }
span { border-color: rgb(243,1,11); }
td.TdClassName
{
border-color: #F3010B;
}
.TagClassName
{
border-color: #F3010B;
}
</style>