Shades of Venetian Red #CF0310
Tints of Venetian Red #CF0310
RGB
CMYK
RGB Variations
Color information
#CF0310 (or 0xCF0310) is known color: Venetian Red. HEX triplet: CF, 03 and 10. RGB value is (207,3,16). Sum of RGB (Red+Green+Blue) = 207+3+16=226 (29% of max value = 765). Red value is 207 (81.25% from 255 or 91.59% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0310 is #30FCEF. Grayscale: #414141. Windows color (decimal): -3210480 or 1049551. OLE color: 1049551.
HSL color Cylindrical-coordinate representation of color #CF0310: hue angle of 356.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0310 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.19 |
| HSL | 356.18º | 0.97% | 0.41% | - |
| HSV(B) | 356.18º | 0.99% | 0.81% | - |
| XYZ | 25.86 | 13.37 | 1.71 | - |
| YUV | 65.48 | 100.09 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 16 | 0 | 0.99 | 0.92 | 0.19 | 356.18 | 0.97 | 0.41 |
| Hex | CF | 3 | 10 | 0 | 63 | 5C | 13 | 164 | 61 | 29 |
| Octal | 317 | 3 | 20 | 0 | 143 | 134 | 23 | 544 | 141 | 51 |
| Binary | 11001111 | 11 | 10000 | 0 | 1100011 | 1011100 | 10011 | 101100100 | 1100001 | 101001 |
Color Harmonies of #CF0310
Complementary color
Monochromatic Colors of #CF0310
Black with #CF0310
Text Example
Text Example
White with #CF0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0310; }
p { color: rgb(207,3,16); }
H1.HeaderClassName
{
color: #CF0310;
}
.AnyTagClassName
{
color: #CF0310;
}
</style>
background-color css
<style>
a { background-color: #CF0310; }
a { background-color: rgb(207,3,16); }
div.DivClassName
{
background-color: #CF0310;
}
.BgClassName
{
background-color: #CF0310;
}
</style>
border-color css
<style>
span { border-color: #CF0310; }
span { border-color: rgb(207,3,16); }
td.TdClassName
{
border-color: #CF0310;
}
.TagClassName
{
border-color: #CF0310;
}
</style>