Shades of Venetian Red #CF0315
Tints of Venetian Red #CF0315
RGB
CMYK
RGB Variations
Color information
#CF0315 (or 0xCF0315) is known color: Venetian Red. HEX triplet: CF, 03 and 15. RGB value is (207,3,21). Sum of RGB (Red+Green+Blue) = 207+3+21=231 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.61% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0315 is #30FCEA. Grayscale: #424242. Windows color (decimal): -3210475 or 1377231. OLE color: 1377231.
HSL color Cylindrical-coordinate representation of color #CF0315: hue angle of 354.71º 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 #CF0315 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 21 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.19 |
| HSL | 354.71º | 0.97% | 0.41% | - |
| HSV(B) | 354.71º | 0.99% | 0.81% | - |
| XYZ | 25.9 | 13.38 | 1.93 | - |
| YUV | 66.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 21 | 0 | 0.99 | 0.90 | 0.19 | 354.71 | 0.97 | 0.41 |
| Hex | CF | 3 | 15 | 0 | 63 | 5A | 13 | 163 | 61 | 29 |
| Octal | 317 | 3 | 25 | 0 | 143 | 132 | 23 | 543 | 141 | 51 |
| Binary | 11001111 | 11 | 10101 | 0 | 1100011 | 1011010 | 10011 | 101100011 | 1100001 | 101001 |
Color Harmonies of #CF0315
Complementary color
Monochromatic Colors of #CF0315
Black with #CF0315
Text Example
Text Example
White with #CF0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0315; }
p { color: rgb(207,3,21); }
H1.HeaderClassName
{
color: #CF0315;
}
.AnyTagClassName
{
color: #CF0315;
}
</style>
background-color css
<style>
a { background-color: #CF0315; }
a { background-color: rgb(207,3,21); }
div.DivClassName
{
background-color: #CF0315;
}
.BgClassName
{
background-color: #CF0315;
}
</style>
border-color css
<style>
span { border-color: #CF0315; }
span { border-color: rgb(207,3,21); }
td.TdClassName
{
border-color: #CF0315;
}
.TagClassName
{
border-color: #CF0315;
}
</style>