Shades of Venetian Red #F0030B
Tints of Venetian Red #F0030B
RGB
CMYK
RGB Variations
Color information
#F0030B (or 0xF0030B) is known color: Venetian Red. HEX triplet: F0, 03 and 0B. RGB value is (240,3,11). Sum of RGB (Red+Green+Blue) = 240+3+11=254 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.49% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 240 - color contains mainly: red. Hex color #F0030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0030B is #0FFCF4. Grayscale: #4A4A4A. Windows color (decimal): -1047797 or 721904. OLE color: 721904.
HSL color Cylindrical-coordinate representation of color #F0030B: hue angle of 357.97º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.06 |
| HSL | 357.97º | 0.98% | 0.48% | - |
| HSV(B) | 357.97º | 0.99% | 0.94% | - |
| XYZ | 36.03 | 18.61 | 2.01 | - |
| YUV | 74.78 | 92.02 | 245.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 11 | 0 | 0.99 | 0.95 | 0.06 | 357.97 | 0.98 | 0.48 |
| Hex | F0 | 3 | B | 0 | 63 | 5F | 6 | 166 | 62 | 30 |
| Octal | 360 | 3 | 13 | 0 | 143 | 137 | 6 | 546 | 142 | 60 |
| Binary | 11110000 | 11 | 1011 | 0 | 1100011 | 1011111 | 110 | 101100110 | 1100010 | 110000 |
Color Harmonies of #F0030B
Complementary color
Monochromatic Colors of #F0030B
Black with #F0030B
Text Example
Text Example
White with #F0030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0030B; }
p { color: rgb(240,3,11); }
H1.HeaderClassName
{
color: #F0030B;
}
.AnyTagClassName
{
color: #F0030B;
}
</style>
background-color css
<style>
a { background-color: #F0030B; }
a { background-color: rgb(240,3,11); }
div.DivClassName
{
background-color: #F0030B;
}
.BgClassName
{
background-color: #F0030B;
}
</style>
border-color css
<style>
span { border-color: #F0030B; }
span { border-color: rgb(240,3,11); }
td.TdClassName
{
border-color: #F0030B;
}
.TagClassName
{
border-color: #F0030B;
}
</style>