Shades of Venetian Red #CF0121
Tints of Venetian Red #CF0121
RGB
CMYK
RGB Variations
Color information
#CF0121 (or 0xCF0121) is known color: Venetian Red. HEX triplet: CF, 01 and 21. RGB value is (207,1,33). Sum of RGB (Red+Green+Blue) = 207+1+33=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0121 is #30FEDE. Grayscale: #424242. Windows color (decimal): -3210975 or 2163151. OLE color: 2163151.
HSL color Cylindrical-coordinate representation of color #CF0121: hue angle of 350.68º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0121 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.19 |
| HSL | 350.68º | 0.99% | 0.41% | - |
| HSV(B) | 350.68º | 1% | 0.81% | - |
| XYZ | 26.02 | 13.4 | 2.65 | - |
| YUV | 66.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 33 | 0 | 1.00 | 0.84 | 0.19 | 350.68 | 0.99 | 0.41 |
| Hex | CF | 1 | 21 | 0 | 64 | 54 | 13 | 15F | 63 | 29 |
| Octal | 317 | 1 | 41 | 0 | 144 | 124 | 23 | 537 | 143 | 51 |
| Binary | 11001111 | 1 | 100001 | 0 | 1100100 | 1010100 | 10011 | 101011111 | 1100011 | 101001 |
Color Harmonies of #CF0121
Complementary color
Monochromatic Colors of #CF0121
Black with #CF0121
Text Example
Text Example
White with #CF0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0121; }
p { color: rgb(207,1,33); }
H1.HeaderClassName
{
color: #CF0121;
}
.AnyTagClassName
{
color: #CF0121;
}
</style>
background-color css
<style>
a { background-color: #CF0121; }
a { background-color: rgb(207,1,33); }
div.DivClassName
{
background-color: #CF0121;
}
.BgClassName
{
background-color: #CF0121;
}
</style>
border-color css
<style>
span { border-color: #CF0121; }
span { border-color: rgb(207,1,33); }
td.TdClassName
{
border-color: #CF0121;
}
.TagClassName
{
border-color: #CF0121;
}
</style>