Shades of Venetian Red #F30205
Tints of Venetian Red #F30205
RGB
CMYK
RGB Variations
Color information
#F30205 (or 0xF30205) is known color: Venetian Red. HEX triplet: F3, 02 and 05. RGB value is (243,2,5). Sum of RGB (Red+Green+Blue) = 243+2+5=250 (33% of max value = 765). Red value is 243 (95.31% from 255 or 97.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 243 - color contains mainly: red. Hex color #F30205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30205 is #0CFDFA. Grayscale: #4A4A4A. Windows color (decimal): -851451 or 328435. OLE color: 328435.
HSL color Cylindrical-coordinate representation of color #F30205: hue angle of 359.25º 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 #F30205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.05 |
| HSL | 359.25º | 0.98% | 0.48% | - |
| HSV(B) | 359.25º | 0.99% | 0.95% | - |
| XYZ | 37.01 | 19.11 | 1.88 | - |
| YUV | 74.4 | 88.84 | 248.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 5 | 0 | 0.99 | 0.98 | 0.05 | 359.25 | 0.98 | 0.48 |
| Hex | F3 | 2 | 5 | 0 | 63 | 62 | 5 | 167 | 62 | 30 |
| Octal | 363 | 2 | 5 | 0 | 143 | 142 | 5 | 547 | 142 | 60 |
| Binary | 11110011 | 10 | 101 | 0 | 1100011 | 1100010 | 101 | 101100111 | 1100010 | 110000 |
Color Harmonies of #F30205
Complementary color
Monochromatic Colors of #F30205
Black with #F30205
Text Example
Text Example
White with #F30205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30205; }
p { color: rgb(243,2,5); }
H1.HeaderClassName
{
color: #F30205;
}
.AnyTagClassName
{
color: #F30205;
}
</style>
background-color css
<style>
a { background-color: #F30205; }
a { background-color: rgb(243,2,5); }
div.DivClassName
{
background-color: #F30205;
}
.BgClassName
{
background-color: #F30205;
}
</style>
border-color css
<style>
span { border-color: #F30205; }
span { border-color: rgb(243,2,5); }
td.TdClassName
{
border-color: #F30205;
}
.TagClassName
{
border-color: #F30205;
}
</style>