Shades of Venetian Red #F20203
Tints of Venetian Red #F20203
RGB
CMYK
RGB Variations
Color information
#F20203 (or 0xF20203) is known color: Venetian Red. HEX triplet: F2, 02 and 03. RGB value is (242,2,3). Sum of RGB (Red+Green+Blue) = 242+2+3=247 (32% of max value = 765). Red value is 242 (94.92% from 255 or 97.98% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 242 - color contains mainly: red. Hex color #F20203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20203 is #0DFDFC. Grayscale: #4A4A4A. Windows color (decimal): -916989 or 197362. OLE color: 197362.
HSL color Cylindrical-coordinate representation of color #F20203: hue angle of 359.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20203 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.05 |
| HSL | 359.75º | 0.98% | 0.48% | - |
| HSV(B) | 359.75º | 0.99% | 0.95% | - |
| XYZ | 36.66 | 18.93 | 1.81 | - |
| YUV | 73.87 | 88.01 | 247.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 3 | 0 | 0.99 | 0.99 | 0.05 | 359.75 | 0.98 | 0.48 |
| Hex | F2 | 2 | 3 | 0 | 63 | 63 | 5 | 168 | 62 | 30 |
| Octal | 362 | 2 | 3 | 0 | 143 | 143 | 5 | 550 | 142 | 60 |
| Binary | 11110010 | 10 | 11 | 0 | 1100011 | 1100011 | 101 | 101101000 | 1100010 | 110000 |
Color Harmonies of #F20203
Complementary color
Monochromatic Colors of #F20203
Black with #F20203
Text Example
Text Example
White with #F20203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20203; }
p { color: rgb(242,2,3); }
H1.HeaderClassName
{
color: #F20203;
}
.AnyTagClassName
{
color: #F20203;
}
</style>
background-color css
<style>
a { background-color: #F20203; }
a { background-color: rgb(242,2,3); }
div.DivClassName
{
background-color: #F20203;
}
.BgClassName
{
background-color: #F20203;
}
</style>
border-color css
<style>
span { border-color: #F20203; }
span { border-color: rgb(242,2,3); }
td.TdClassName
{
border-color: #F20203;
}
.TagClassName
{
border-color: #F20203;
}
</style>