Shades of Venetian Red #F0030A
Tints of Venetian Red #F0030A
RGB
CMYK
RGB Variations
Color information
#F0030A (or 0xF0030A) is known color: Venetian Red. HEX triplet: F0, 03 and 0A. RGB value is (240,3,10). Sum of RGB (Red+Green+Blue) = 240+3+10=253 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.86% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 240 - color contains mainly: red. Hex color #F0030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0030A is #0FFCF5. Grayscale: #4A4A4A. Windows color (decimal): -1047798 or 656368. OLE color: 656368.
HSL color Cylindrical-coordinate representation of color #F0030A: hue angle of 358.23º 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 #F0030A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.06 |
| HSL | 358.23º | 0.98% | 0.48% | - |
| HSV(B) | 358.23º | 0.99% | 0.94% | - |
| XYZ | 36.02 | 18.61 | 1.98 | - |
| YUV | 74.66 | 91.52 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 10 | 0 | 0.99 | 0.96 | 0.06 | 358.23 | 0.98 | 0.48 |
| Hex | F0 | 3 | A | 0 | 63 | 60 | 6 | 166 | 62 | 30 |
| Octal | 360 | 3 | 12 | 0 | 143 | 140 | 6 | 546 | 142 | 60 |
| Binary | 11110000 | 11 | 1010 | 0 | 1100011 | 1100000 | 110 | 101100110 | 1100010 | 110000 |
Color Harmonies of #F0030A
Complementary color
Monochromatic Colors of #F0030A
Black with #F0030A
Text Example
Text Example
White with #F0030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0030A; }
p { color: rgb(240,3,10); }
H1.HeaderClassName
{
color: #F0030A;
}
.AnyTagClassName
{
color: #F0030A;
}
</style>
background-color css
<style>
a { background-color: #F0030A; }
a { background-color: rgb(240,3,10); }
div.DivClassName
{
background-color: #F0030A;
}
.BgClassName
{
background-color: #F0030A;
}
</style>
border-color css
<style>
span { border-color: #F0030A; }
span { border-color: rgb(240,3,10); }
td.TdClassName
{
border-color: #F0030A;
}
.TagClassName
{
border-color: #F0030A;
}
</style>