Shades of Venetian Red #F30002
Tints of Venetian Red #F30002
RGB
CMYK
RGB Variations
Color information
#F30002 (or 0xF30002) is known color: Venetian Red. HEX triplet: F3, 00 and 02. RGB value is (243,0,2). Sum of RGB (Red+Green+Blue) = 243+0+2=245 (32% of max value = 765). Red value is 243 (95.31% from 255 or 99.18% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 243 - color contains mainly: red. Hex color #F30002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30002 is #0CFFFD. Grayscale: #494949. Windows color (decimal): -851966 or 131315. OLE color: 131315.
HSL color Cylindrical-coordinate representation of color #F30002: hue angle of 359.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.05 |
| HSL | 359.51º | 1% | 0.48% | - |
| HSV(B) | 359.51º | 1% | 0.95% | - |
| XYZ | 36.97 | 19.06 | 1.79 | - |
| YUV | 72.89 | 88.01 | 249.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 2 | 0 | 1 | 0.99 | 0.05 | 359.51 | 1 | 0.48 |
| Hex | F3 | 0 | 2 | 0 | 64 | 63 | 5 | 168 | 64 | 30 |
| Octal | 363 | 0 | 2 | 0 | 144 | 143 | 5 | 550 | 144 | 60 |
| Binary | 11110011 | 0 | 10 | 0 | 1100100 | 1100011 | 101 | 101101000 | 1100100 | 110000 |
Color Harmonies of #F30002
Complementary color
Monochromatic Colors of #F30002
Black with #F30002
Text Example
Text Example
White with #F30002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30002; }
p { color: rgb(243,0,2); }
H1.HeaderClassName
{
color: #F30002;
}
.AnyTagClassName
{
color: #F30002;
}
</style>
background-color css
<style>
a { background-color: #F30002; }
a { background-color: rgb(243,0,2); }
div.DivClassName
{
background-color: #F30002;
}
.BgClassName
{
background-color: #F30002;
}
</style>
border-color css
<style>
span { border-color: #F30002; }
span { border-color: rgb(243,0,2); }
td.TdClassName
{
border-color: #F30002;
}
.TagClassName
{
border-color: #F30002;
}
</style>