Shades of Venetian Red #F4030A
Tints of Venetian Red #F4030A
RGB
CMYK
RGB Variations
Color information
#F4030A (or 0xF4030A) is known color: Venetian Red. HEX triplet: F4, 03 and 0A. RGB value is (244,3,10). Sum of RGB (Red+Green+Blue) = 244+3+10=257 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.94% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 244 - color contains mainly: red. Hex color #F4030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4030A is #0BFCF5. Grayscale: #4C4C4C. Windows color (decimal): -785654 or 656372. OLE color: 656372.
HSL color Cylindrical-coordinate representation of color #F4030A: hue angle of 358.26º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4030A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.04 |
| HSL | 358.26º | 0.98% | 0.48% | - |
| HSV(B) | 358.26º | 0.99% | 0.96% | - |
| XYZ | 37.4 | 19.32 | 2.05 | - |
| YUV | 75.86 | 90.84 | 247.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 10 | 0 | 0.99 | 0.96 | 0.04 | 358.26 | 0.98 | 0.48 |
| Hex | F4 | 3 | A | 0 | 63 | 60 | 4 | 166 | 62 | 30 |
| Octal | 364 | 3 | 12 | 0 | 143 | 140 | 4 | 546 | 142 | 60 |
| Binary | 11110100 | 11 | 1010 | 0 | 1100011 | 1100000 | 100 | 101100110 | 1100010 | 110000 |
Color Harmonies of #F4030A
Complementary color
Monochromatic Colors of #F4030A
Black with #F4030A
Text Example
Text Example
White with #F4030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4030A; }
p { color: rgb(244,3,10); }
H1.HeaderClassName
{
color: #F4030A;
}
.AnyTagClassName
{
color: #F4030A;
}
</style>
background-color css
<style>
a { background-color: #F4030A; }
a { background-color: rgb(244,3,10); }
div.DivClassName
{
background-color: #F4030A;
}
.BgClassName
{
background-color: #F4030A;
}
</style>
border-color css
<style>
span { border-color: #F4030A; }
span { border-color: rgb(244,3,10); }
td.TdClassName
{
border-color: #F4030A;
}
.TagClassName
{
border-color: #F4030A;
}
</style>