Shades of Venetian Red #F4010B
Tints of Venetian Red #F4010B
RGB
CMYK
RGB Variations
Color information
#F4010B (or 0xF4010B) is known color: Venetian Red. HEX triplet: F4, 01 and 0B. RGB value is (244,1,11). Sum of RGB (Red+Green+Blue) = 244+1+11=256 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.31% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 244 - color contains mainly: red. Hex color #F4010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4010B is #0BFEF4. Grayscale: #4B4B4B. Windows color (decimal): -786165 or 721396. OLE color: 721396.
HSL color Cylindrical-coordinate representation of color #F4010B: hue angle of 357.53º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.04 |
| HSL | 357.53º | 0.99% | 0.48% | - |
| HSV(B) | 357.53º | 1% | 0.96% | - |
| XYZ | 37.38 | 19.28 | 2.07 | - |
| YUV | 74.8 | 92.01 | 248.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 11 | 0 | 1.00 | 0.95 | 0.04 | 357.53 | 0.99 | 0.48 |
| Hex | F4 | 1 | B | 0 | 64 | 5F | 4 | 166 | 63 | 30 |
| Octal | 364 | 1 | 13 | 0 | 144 | 137 | 4 | 546 | 143 | 60 |
| Binary | 11110100 | 1 | 1011 | 0 | 1100100 | 1011111 | 100 | 101100110 | 1100011 | 110000 |
Color Harmonies of #F4010B
Complementary color
Monochromatic Colors of #F4010B
Black with #F4010B
Text Example
Text Example
White with #F4010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4010B; }
p { color: rgb(244,1,11); }
H1.HeaderClassName
{
color: #F4010B;
}
.AnyTagClassName
{
color: #F4010B;
}
</style>
background-color css
<style>
a { background-color: #F4010B; }
a { background-color: rgb(244,1,11); }
div.DivClassName
{
background-color: #F4010B;
}
.BgClassName
{
background-color: #F4010B;
}
</style>
border-color css
<style>
span { border-color: #F4010B; }
span { border-color: rgb(244,1,11); }
td.TdClassName
{
border-color: #F4010B;
}
.TagClassName
{
border-color: #F4010B;
}
</style>