Shades of Venetian Red #CF021B
Tints of Venetian Red #CF021B
RGB
CMYK
RGB Variations
Color information
#CF021B (or 0xCF021B) is known color: Venetian Red. HEX triplet: CF, 02 and 1B. RGB value is (207,2,27). Sum of RGB (Red+Green+Blue) = 207+2+27=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF021B is #30FDE4. Grayscale: #424242. Windows color (decimal): -3210725 or 1770191. OLE color: 1770191.
HSL color Cylindrical-coordinate representation of color #CF021B: hue angle of 352.68º degrees, saturation: 0.98, 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 #CF021B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.19 |
| HSL | 352.68º | 0.98% | 0.41% | - |
| HSV(B) | 352.68º | 0.99% | 0.81% | - |
| XYZ | 25.95 | 13.39 | 2.25 | - |
| YUV | 66.15 | 105.92 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 27 | 0 | 0.99 | 0.87 | 0.19 | 352.68 | 0.98 | 0.41 |
| Hex | CF | 2 | 1B | 0 | 63 | 57 | 13 | 161 | 62 | 29 |
| Octal | 317 | 2 | 33 | 0 | 143 | 127 | 23 | 541 | 142 | 51 |
| Binary | 11001111 | 10 | 11011 | 0 | 1100011 | 1010111 | 10011 | 101100001 | 1100010 | 101001 |
Color Harmonies of #CF021B
Complementary color
Monochromatic Colors of #CF021B
Black with #CF021B
Text Example
Text Example
White with #CF021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF021B; }
p { color: rgb(207,2,27); }
H1.HeaderClassName
{
color: #CF021B;
}
.AnyTagClassName
{
color: #CF021B;
}
</style>
background-color css
<style>
a { background-color: #CF021B; }
a { background-color: rgb(207,2,27); }
div.DivClassName
{
background-color: #CF021B;
}
.BgClassName
{
background-color: #CF021B;
}
</style>
border-color css
<style>
span { border-color: #CF021B; }
span { border-color: rgb(207,2,27); }
td.TdClassName
{
border-color: #CF021B;
}
.TagClassName
{
border-color: #CF021B;
}
</style>