Shades of Venetian Red #F90003
Tints of Venetian Red #F90003
RGB
CMYK
RGB Variations
Color information
#F90003 (or 0xF90003) is known color: Venetian Red. HEX triplet: F9, 00 and 03. RGB value is (249,0,3). Sum of RGB (Red+Green+Blue) = 249+0+3=252 (33% of max value = 765). Red value is 249 (97.66% from 255 or 98.81% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 249 - color contains mainly: red. Hex color #F90003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90003 is #06FFFC. Grayscale: #4B4B4B. Windows color (decimal): -458749 or 196857. OLE color: 196857.
HSL color Cylindrical-coordinate representation of color #F90003: hue angle of 359.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.02 |
| HSL | 359.28º | 1% | 0.49% | - |
| HSV(B) | 359.28º | 1% | 0.98% | - |
| XYZ | 39.08 | 20.15 | 1.91 | - |
| YUV | 74.79 | 87.49 | 252.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 3 | 0 | 1 | 0.99 | 0.02 | 359.28 | 1 | 0.49 |
| Hex | F9 | 0 | 3 | 0 | 64 | 63 | 2 | 167 | 64 | 31 |
| Octal | 371 | 0 | 3 | 0 | 144 | 143 | 2 | 547 | 144 | 61 |
| Binary | 11111001 | 0 | 11 | 0 | 1100100 | 1100011 | 10 | 101100111 | 1100100 | 110001 |
Color Harmonies of #F90003
Complementary color
Monochromatic Colors of #F90003
Black with #F90003
Text Example
Text Example
White with #F90003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90003; }
p { color: rgb(249,0,3); }
H1.HeaderClassName
{
color: #F90003;
}
.AnyTagClassName
{
color: #F90003;
}
</style>
background-color css
<style>
a { background-color: #F90003; }
a { background-color: rgb(249,0,3); }
div.DivClassName
{
background-color: #F90003;
}
.BgClassName
{
background-color: #F90003;
}
</style>
border-color css
<style>
span { border-color: #F90003; }
span { border-color: rgb(249,0,3); }
td.TdClassName
{
border-color: #F90003;
}
.TagClassName
{
border-color: #F90003;
}
</style>