Shades of Venetian Red #F30001
Tints of Venetian Red #F30001
RGB
CMYK
RGB Variations
Color information
#F30001 (or 0xF30001) is known color: Venetian Red. HEX triplet: F3, 00 and 01. RGB value is (243,0,1). Sum of RGB (Red+Green+Blue) = 243+0+1=244 (32% of max value = 765). Red value is 243 (95.31% from 255 or 99.59% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 243 - color contains mainly: red. Hex color #F30001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30001 is #0CFFFE. Grayscale: #494949. Windows color (decimal): -851967 or 65779. OLE color: 65779.
HSL color Cylindrical-coordinate representation of color #F30001: hue angle of 359.75º 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 #F30001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 1 | - |
| CMYK | 0 | 1 | 1.00 | 0.05 |
| HSL | 359.75º | 1% | 0.48% | - |
| HSV(B) | 359.75º | 1% | 0.95% | - |
| XYZ | 36.97 | 19.06 | 1.76 | - |
| YUV | 72.77 | 87.51 | 249.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 1 | 0 | 1 | 1.00 | 0.05 | 359.75 | 1 | 0.48 |
| Hex | F3 | 0 | 1 | 0 | 64 | 64 | 5 | 168 | 64 | 30 |
| Octal | 363 | 0 | 1 | 0 | 144 | 144 | 5 | 550 | 144 | 60 |
| Binary | 11110011 | 0 | 1 | 0 | 1100100 | 1100100 | 101 | 101101000 | 1100100 | 110000 |
Color Harmonies of #F30001
Complementary color
Monochromatic Colors of #F30001
Black with #F30001
Text Example
Text Example
White with #F30001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30001; }
p { color: rgb(243,0,1); }
H1.HeaderClassName
{
color: #F30001;
}
.AnyTagClassName
{
color: #F30001;
}
</style>
background-color css
<style>
a { background-color: #F30001; }
a { background-color: rgb(243,0,1); }
div.DivClassName
{
background-color: #F30001;
}
.BgClassName
{
background-color: #F30001;
}
</style>
border-color css
<style>
span { border-color: #F30001; }
span { border-color: rgb(243,0,1); }
td.TdClassName
{
border-color: #F30001;
}
.TagClassName
{
border-color: #F30001;
}
</style>