Shades of Venetian Red #F0010A
Tints of Venetian Red #F0010A
RGB
CMYK
RGB Variations
Color information
#F0010A (or 0xF0010A) is known color: Venetian Red. HEX triplet: F0, 01 and 0A. RGB value is (240,1,10). Sum of RGB (Red+Green+Blue) = 240+1+10=251 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.62% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 240 - color contains mainly: red. Hex color #F0010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0010A is #0FFEF5. Grayscale: #494949. Windows color (decimal): -1048310 or 655856. OLE color: 655856.
HSL color Cylindrical-coordinate representation of color #F0010A: hue angle of 357.74º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.06 |
| HSL | 357.74º | 0.99% | 0.47% | - |
| HSV(B) | 357.74º | 1% | 0.94% | - |
| XYZ | 36 | 18.57 | 1.97 | - |
| YUV | 73.49 | 92.18 | 246.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 10 | 0 | 1.00 | 0.96 | 0.06 | 357.74 | 0.99 | 0.47 |
| Hex | F0 | 1 | A | 0 | 64 | 60 | 6 | 166 | 63 | 2F |
| Octal | 360 | 1 | 12 | 0 | 144 | 140 | 6 | 546 | 143 | 57 |
| Binary | 11110000 | 1 | 1010 | 0 | 1100100 | 1100000 | 110 | 101100110 | 1100011 | 101111 |
Color Harmonies of #F0010A
Complementary color
Monochromatic Colors of #F0010A
Black with #F0010A
Text Example
Text Example
White with #F0010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0010A; }
p { color: rgb(240,1,10); }
H1.HeaderClassName
{
color: #F0010A;
}
.AnyTagClassName
{
color: #F0010A;
}
</style>
background-color css
<style>
a { background-color: #F0010A; }
a { background-color: rgb(240,1,10); }
div.DivClassName
{
background-color: #F0010A;
}
.BgClassName
{
background-color: #F0010A;
}
</style>
border-color css
<style>
span { border-color: #F0010A; }
span { border-color: rgb(240,1,10); }
td.TdClassName
{
border-color: #F0010A;
}
.TagClassName
{
border-color: #F0010A;
}
</style>