Shades of Venetian Red #CF031B
Tints of Venetian Red #CF031B
RGB
CMYK
RGB Variations
Color information
#CF031B (or 0xCF031B) is known color: Venetian Red. HEX triplet: CF, 03 and 1B. RGB value is (207,3,27). Sum of RGB (Red+Green+Blue) = 207+3+27=237 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.34% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 207 - color contains mainly: red. Hex color #CF031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF031B is #30FCE4. Grayscale: #424242. Windows color (decimal): -3210469 or 1770447. OLE color: 1770447.
HSL color Cylindrical-coordinate representation of color #CF031B: hue angle of 352.94º 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 #CF031B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.19 |
| HSL | 352.94º | 0.97% | 0.41% | - |
| HSV(B) | 352.94º | 0.99% | 0.81% | - |
| XYZ | 25.96 | 13.41 | 2.26 | - |
| YUV | 66.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 27 | 0 | 0.99 | 0.87 | 0.19 | 352.94 | 0.97 | 0.41 |
| Hex | CF | 3 | 1B | 0 | 63 | 57 | 13 | 161 | 61 | 29 |
| Octal | 317 | 3 | 33 | 0 | 143 | 127 | 23 | 541 | 141 | 51 |
| Binary | 11001111 | 11 | 11011 | 0 | 1100011 | 1010111 | 10011 | 101100001 | 1100001 | 101001 |
Color Harmonies of #CF031B
Complementary color
Monochromatic Colors of #CF031B
Black with #CF031B
Text Example
Text Example
White with #CF031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF031B; }
p { color: rgb(207,3,27); }
H1.HeaderClassName
{
color: #CF031B;
}
.AnyTagClassName
{
color: #CF031B;
}
</style>
background-color css
<style>
a { background-color: #CF031B; }
a { background-color: rgb(207,3,27); }
div.DivClassName
{
background-color: #CF031B;
}
.BgClassName
{
background-color: #CF031B;
}
</style>
border-color css
<style>
span { border-color: #CF031B; }
span { border-color: rgb(207,3,27); }
td.TdClassName
{
border-color: #CF031B;
}
.TagClassName
{
border-color: #CF031B;
}
</style>