Shades of Venetian Red #F0030D
Tints of Venetian Red #F0030D
RGB
CMYK
RGB Variations
Color information
#F0030D (or 0xF0030D) is known color: Venetian Red. HEX triplet: F0, 03 and 0D. RGB value is (240,3,13). Sum of RGB (Red+Green+Blue) = 240+3+13=256 (33% of max value = 765). Red value is 240 (94.14% from 255 or 93.75% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 240 - color contains mainly: red. Hex color #F0030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0030D is #0FFCF2. Grayscale: #4B4B4B. Windows color (decimal): -1047795 or 852976. OLE color: 852976.
HSL color Cylindrical-coordinate representation of color #F0030D: hue angle of 357.47º 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 #F0030D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.06 |
| HSL | 357.47º | 0.98% | 0.48% | - |
| HSV(B) | 357.47º | 0.99% | 0.94% | - |
| XYZ | 36.04 | 18.62 | 2.08 | - |
| YUV | 75 | 93.02 | 245.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 13 | 0 | 0.99 | 0.95 | 0.06 | 357.47 | 0.98 | 0.48 |
| Hex | F0 | 3 | D | 0 | 63 | 5F | 6 | 165 | 62 | 30 |
| Octal | 360 | 3 | 15 | 0 | 143 | 137 | 6 | 545 | 142 | 60 |
| Binary | 11110000 | 11 | 1101 | 0 | 1100011 | 1011111 | 110 | 101100101 | 1100010 | 110000 |
Color Harmonies of #F0030D
Complementary color
Monochromatic Colors of #F0030D
Black with #F0030D
Text Example
Text Example
White with #F0030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0030D; }
p { color: rgb(240,3,13); }
H1.HeaderClassName
{
color: #F0030D;
}
.AnyTagClassName
{
color: #F0030D;
}
</style>
background-color css
<style>
a { background-color: #F0030D; }
a { background-color: rgb(240,3,13); }
div.DivClassName
{
background-color: #F0030D;
}
.BgClassName
{
background-color: #F0030D;
}
</style>
border-color css
<style>
span { border-color: #F0030D; }
span { border-color: rgb(240,3,13); }
td.TdClassName
{
border-color: #F0030D;
}
.TagClassName
{
border-color: #F0030D;
}
</style>